pg_verify_checksums: Message style improvements and NLS support

Peter Eisentraut <peter_e@gmx.net>

Commit: 3e2ceb231ef0bbd04bb98aa3d3b58ebcac88c00a
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2018-08-28T09:49:11Z
Releases: 12.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