pgsql: pg_verify_checksums: Message style improvements and NLS support

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: pg_verify_checksums: Message style improvements and NLS support
Дата
Msg-id E1fuaf6-0005aR-Qi@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_verify_checksums: Message style improvements and NLS support

The source code was already set up for NLS support, so just a nls.mk
file needed to be added.  Also, fix the old problem of putting the int64
format specifier right into the string, which breaks NLS.

Branch
------
REL_11_STABLE

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

Modified Files
--------------
src/bin/pg_verify_checksums/nls.mk                |  4 ++++
src/bin/pg_verify_checksums/pg_verify_checksums.c | 16 ++++++++--------
2 files changed, 12 insertions(+), 8 deletions(-)


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Code review for simplehash.h.
Следующее
От: Andrew Gierth
Дата:
Сообщение: pgsql: Avoid quadratic slowdown in regexp match/split functions.