MCPcopy Create free account
hub / github.com/apache/cloudberry / libpq_gettext

Function libpq_gettext

src/interfaces/libpq/fe-misc.c:1378–1383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1376}
1377
1378char *
1379libpq_gettext(const char *msgid)
1380{
1381 libpq_binddomain();
1382 return dgettext(PG_TEXTDOMAIN("libpq"), msgid);
1383}
1384
1385char *
1386libpq_ngettext(const char *msgid, const char *msgid_plural, unsigned long n)

Callers 15

PQsendGpQuery_sharedFunction · 0.85
pgtls_readFunction · 0.85
pgtls_writeFunction · 0.85
initialize_SSLFunction · 0.85
open_client_SSLFunction · 0.85
SSLerrmessageFunction · 0.85
pg_GSS_continueFunction · 0.85
pg_GSS_startupFunction · 0.85
pg_SSPI_continueFunction · 0.85

Calls 1

libpq_binddomainFunction · 0.85

Tested by

no test coverage detected