pgsql: pg_checksums: data_checksum_version is unsigned so use %u not %d - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: pg_checksums: data_checksum_version is unsigned so use %u not %d
Date
Msg-id E1kkGvR-0006cm-9f@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/888671a8cda5896d36d3ec523e201ab6a11e1855

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Ensure that expandTableLikeClause() re-examines the same table.
Next
From: Michael Paquier
Date:
Subject: pgsql: Move SHA2 routines to a new generic API layer for crypto hashes