pg_verify_checksums: Message style improvements and NLS support
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 28 Aug 2018 09:49:11 +0000 (11:49 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 28 Aug 2018 09:49:11 +0000 (11:49 +0200)
commit3e2ceb231ef0bbd04bb98aa3d3b58ebcac88c00a
tree2c955bad39dcc542fac9c3481d5ed310182e23fe
parentee0e2745c2f2c8ac47250dde718ac712686a79aa
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.
src/bin/pg_verify_checksums/nls.mk [new file with mode: 0644]
src/bin/pg_verify_checksums/pg_verify_checksums.c