-Wformat-signedness

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: -Wformat-signedness
Date: 2020-10-29 21:37:07
Message-ID: CA+hUKGJ7EQm9extQAgrFZNNUKqRT8Vv5t1tKqA-5nEcYn0+wNA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

There're probably mostly harmless, being mostly error and debug
messages and the like, and considering that eg OID parsing tolerates
negative numbers when reading them back in, but for what it's worth:
GCC complains about many %d vs %u type mixups if you build with
$SUBJECT.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-10-29 21:47:49 Re: Autovacuum worker doesn't immediately exit on postmaster death
Previous Message Alvaro Herrera 2020-10-29 21:36:31 Re: Autovacuum worker doesn't immediately exit on postmaster death