pgsql: NLS: Fix backend gettext triggers

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: NLS: Fix backend gettext triggers
Дата
Msg-id E1iCIVm-0007BQ-Qz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
NLS: Fix backend gettext triggers

The backend also needs to pull in translations from the frontend
pg_log_*() functions, since some files in src/common/ use those.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/467c1d9107e15a44a0ca3c46f0c7ebeeb7cfa208

Modified Files
--------------
src/nls-global.mk | 2 ++
1 file changed, 2 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix failure to zero-pad the result of bitshiftright().
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Message style fixes