mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Before commita0ed19e0a9
there was a cast around these, but the cast inadvertently changed the signedness, but that made the format placeholder correct. Commita0ed19e0a9
removed the casts, so now the format placeholders had the wrong signedness.