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.
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/91c5a8caaa61055959aa5fb68a00e5f690e39a34 Modified Files -------------- doc/src/sgml/sources.sgml | 8 ++++++++ src/backend/parser/parse_func.c | 24 +++++++++++++++--------- src/backend/utils/error/elog.c | 23 +++++++++++++++++++++++ src/include/utils/elog.h | 3 +++ src/nls-global.mk | 4 ++-- 5 files changed, 51 insertions(+), 11 deletions(-)