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(-)