]> granicus.if.org Git - postgresql/commit
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:35 +0000 (11:49 +0200)
commitda793baca29fa83e3fb1eb09d2ef9aa863a02f7a
tree7def04d2dbf892a0f47a0346057287e3b287d552
parent2657d4ea66c775c3334181722115be2d6128c5cd
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