Fix translation of pg_controldata and pg_resetwal's NextOID output xgettext does not recognize OID8_FORMAT and therefore extracts an incomplete message. This switches to PRIu64 instead.
Kyotaro Horiguchi has noticed one problem in pg_controldata, and I have spotted the extra two ones in pg_resetwal after more review. Oversight in cb298616463d. Author: Kyotaro Horiguchi <[email protected]> Author: Michael Paquier <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/ceae3099da7b43d1130267f6904da3c22f1b49eb Modified Files -------------- src/bin/pg_controldata/pg_controldata.c | 2 +- src/bin/pg_resetwal/pg_resetwal.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
