Add errhint_plural() function and make use of it
Peter Eisentraut <peter@eisentraut.org>
Add errhint_plural() function and make use of it Similar to existing errmsg_plural() and errdetail_plural(). Some errhint() calls hadn't received the proper plural treatment yet.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/sources.sgml | modified | +8 −0 |
| src/backend/parser/parse_func.c | modified | +15 −9 |
| src/backend/utils/error/elog.c | modified | +23 −0 |
| src/include/utils/elog.h | modified | +3 −0 |
| src/nls-global.mk | modified | +2 −2 |