]> git.ipfire.org Git - thirdparty/postgresql.git/commit
pg_checksums: data_checksum_version is unsigned so use %u not %d
authorBruce Momjian <bruce@momjian.us>
Wed, 2 Dec 2020 01:27:06 +0000 (20:27 -0500)
committerBruce Momjian <bruce@momjian.us>
Wed, 2 Dec 2020 01:27:06 +0000 (20:27 -0500)
commiteec90ffbf86f77102e0238b39591a26667cab0db
treea6d80af29f01fe7b5534c0ebb28c3d092a21a8af
parentdffc82a5b9d48bded63e1beed718b24bbf58c6a4
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
src/bin/pg_checksums/pg_checksums.c