pgsql: Fix incorrect format placeholders - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix incorrect format placeholders
Date
Msg-id E1u8KVE-001jsw-0m@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix terminology in comment and message
Next
From: Andres Freund
Date:
Subject: pgsql: Fix bug allowing io_combine_limit > io_max_combine_combine limit