pgsql: Add missing gettext triggers

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing gettext triggers
Date: 2024-05-14 11:07:58
Message-ID: E1s6q0l-0009cM-47@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing gettext triggers

Commit d6607016c7 moved all the jsonapi.c error messages into
token_error(). This needs to be added to the various nls.mk files
that use this. Since that makes token_error() effectively a globally
known symbol, the name seems a bit too general, so rename to
json_token_error() for more clarity.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3ddbac368c205fce1f293de1fe60c1b479800746

Modified Files
--------------
src/backend/nls.mk | 2 ++
src/bin/pg_combinebackup/nls.mk | 2 ++
src/bin/pg_verifybackup/nls.mk | 2 ++
src/common/jsonapi.c | 24 ++++++++++++------------
4 files changed, 18 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-05-14 20:35:01 pgsql: Pre-beta mechanical code beautification.
Previous Message Peter Eisentraut 2024-05-14 09:37:13 pgsql: Add missing source files to pg_combinebackup/nls.mk