Thread: pgsql: pg_checksums: data_checksum_version is unsigned so use %u not %d

pgsql: pg_checksums: data_checksum_version is unsigned so use %u not %d

From
Bruce Momjian
Date:
pg_checksums: data_checksum_version is unsigned so use %u not %d

While the previous behavior didn't generate a warning, we might as well
use an accurate *printf specification.

Backpatch-through: 12

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c50b6f7a9ca7786219646fb6b266ab6b18082aa3

Modified Files
--------------
src/bin/pg_checksums/pg_checksums.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)