pgsql: pg_verify_checksums: Message style improvements and NLS support

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_verify_checksums: Message style improvements and NLS support
Date: 2018-08-28 09:51:48
Message-ID: E1fuaf6-0005aQ-Qb@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3e2ceb231ef0bbd04bb98aa3d3b58ebcac88c00a

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Gierth 2018-08-28 11:21:03 pgsql: Avoid quadratic slowdown in regexp match/split functions.
Previous Message Thomas Munro 2018-08-28 00:36:35 pgsql: Code review for simplehash.h.