pgsql: Replace printf format %i by %d

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Replace printf format %i by %d
Date: 2026-08-17 20:34:10
Message-ID: E1ww425-00000000xmA-1Wqa@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Replace printf format %i by %d

as is PostgreSQL standard

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/81aa0a2fa7c4d35511e68daf1ba47bdfa3ec5474

Modified Files
--------------
src/backend/postmaster/datachecksum_state.c | 4 ++--
src/test/modules/plsample/plsample.c | 2 +-
src/test/regress/pg_regress.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2026-08-17 20:47:05 pgsql: Make data checksums launcher cancel its worker at SIGINT
Previous Message Nathan Bossart 2026-08-17 19:42:27 pgsql: Add an "unset" value for vacuum_index_cleanup.