agora inbox for pgsql-committers@postgresql.org
help / color / mirror / Atom feedFrom: Peter Eisentraut <peter@eisentraut.org>
To: pgsql-committers@lists.postgresql.org
Subject: pgsql: Fix incorrect format placeholders
Date: Fri, 25 Apr 2025 14:58:08 +0000
Message-ID: <E1u8KVE-001jsw-0m@gemulon.postgresql.org> (raw)
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(-)
view thread (29+ messages) latest in thread
Message-ID: <E1u8KVE-001jsw-0m@gemulon.postgresql.org>
Permalink: ../E1u8KVE-001jsw-0m@gemulon.postgresql.org/
Also on: postgresql.org/message-id/E1u8KVE-001jsw-0m@gemulon.postgresql.org
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pgsql-committers@postgresql.org
Cc: peter@eisentraut.org, pgsql-committers@lists.postgresql.org
Subject: Re: pgsql: Fix incorrect format placeholders
In-Reply-To: <E1u8KVE-001jsw-0m@gemulon.postgresql.org>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox