pg_verify_checksums: Message style improvements and NLS support

Peter Eisentraut <peter_e@gmx.net>

Commit: da793baca29fa83e3fb1eb09d2ef9aa863a02f7a
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2018-08-28T09:49:35Z
Releases: 11.0
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.

Files