pgsql: Fix incorrect format placeholders

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect format placeholders
Date: 2025-04-25 14:58:08
Message-ID: E1u8KVE-001jsw-0m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect format placeholders

Before commit a0ed19e0a9e there was a cast around these, but the cast
inadvertently changed the signedness, but that made the format
placeholder correct. Commit a0ed19e0a9e removed the casts, so now the
format placeholders had the wrong signedness.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/76d52e71659149d20d616c8a94c02793cedce066

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2025-04-25 17:35:03 pgsql: aio: Improve debug logging around waiting for IOs
Previous Message Peter Eisentraut 2025-04-25 14:37:47 pgsql: Fix terminology in comment and message