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

Function libpq_ngettext

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

Source from the content-addressed store, hash-verified

1383}
1384
1385char *
1386libpq_ngettext(const char *msgid, const char *msgid_plural, unsigned long n)
1387{
1388 libpq_binddomain();
1389 return dngettext(PG_TEXTDOMAIN("libpq"), msgid, msgid_plural, n);
1390}
1391
1392#endif /* ENABLE_NLS */

Calls 1

libpq_binddomainFunction · 0.85

Tested by

no test coverage detected