pgsql: Fix translation markers

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix translation markers
Дата
Msg-id E1qZ5ir-000cjB-QR@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix translation markers

Conditionals cannot be inside gettext trigger functions, they must be
applied outside.

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8179d1bdf7763bab8a55022268bcfada011e8a4f

Modified Files
--------------
src/backend/parser/parse_expr.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pg_upgrade: Improve one log message
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix the error message when failing to restore the snapshot.