pgsql: Add missing gettext triggers

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Add missing gettext triggers
Дата
Msg-id E1s6q0l-0009cM-47@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add missing source files to pg_combinebackup/nls.mk
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Pre-beta mechanical code beautification.