Clean up int64-related format strings
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 9 Dec 2025 05:58:39 +0000 (06:58 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 9 Dec 2025 06:33:08 +0000 (07:33 +0100)
commit907caf5c392ad75177bdfd48d38cf0cc6904e8e1
treead492d0b5caecff0e43fd6516722ad38abb82f88
parent2b117bb014d066549c319dcd73bd538e32b0c408
Clean up int64-related format strings

Remove some gratuitous uses of INT64_FORMAT.  Make use of
PRIu64/PRId64 were appropriate, remove unnecessary casts.

Reviewed-by: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/07fa29f9-42d7-4aac-8834-197918cbbab6%40eisentraut.org
contrib/isn/isn.c
contrib/isn/isn.h
contrib/pageinspect/btreefuncs.c
src/backend/backup/basebackup.c
src/bin/pg_rewind/pg_rewind.c