pgsql: Add errhint_plural() function and make use of it

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add errhint_plural() function and make use of it
Date: 2021-03-31 07:21:43
Message-ID: E1lRVAd-0007F9-OM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2021-03-31 08:05:43 Re: pgsql: Extended statistics on expressions
Previous Message Peter Eisentraut 2021-03-31 06:30:45 Re: pgsql: Add unistr function