pgsql: Add errhint_plural() function and make use of it - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add errhint_plural() function and make use of it
Date
Msg-id E1lRVAd-0007F9-OM@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Add unistr function
Next
From: David Rowley
Date:
Subject: Re: pgsql: Extended statistics on expressions