Add errhint_plural() function and make use of it

Peter Eisentraut <peter@eisentraut.org>

Commit: 91c5a8caaa61055959aa5fb68a00e5f690e39a34
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2021-03-31T07:16:25Z
Releases: 14.0
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

PathChange+/−
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

Documentation touched