pgsql: libpq code should use libpq_gettext(), not _()

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: libpq code should use libpq_gettext(), not _()
Дата
Msg-id E1oRIFe-001BYE-EO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
libpq code should use libpq_gettext(), not _()

Fix some wrong use and install a safeguard against future mistakes.

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c742eb36b1eb516166cdcb307a37dded51fa6089

Modified Files
--------------
src/interfaces/libpq/fe-auth-scram.c | 4 ++--
src/interfaces/libpq/libpq-int.h     | 5 +++++
2 files changed, 7 insertions(+), 2 deletions(-)


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: Fix doc oversight for custom WAL resource managers.
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Remove configure probe for sockaddr_in6 and require AF_INET6.