Add errhint_plural() function and make use of it
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 31 Mar 2021 07:15:51 +0000 (09:15 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 31 Mar 2021 07:16:25 +0000 (09:16 +0200)
commit91c5a8caaa61055959aa5fb68a00e5f690e39a34
tree57749510770bcb337e191e0053a69248ef7ad917
parent287d2a97c1de07486e4525c8ad06258f04bd6268
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.
doc/src/sgml/sources.sgml
src/backend/parser/parse_func.c
src/backend/utils/error/elog.c
src/include/utils/elog.h
src/nls-global.mk