Re: new compiler warnings

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: Robert Haas <robertmhaas@gmail.com>, pgsql-hackers@postgresql.org
Date: 2011-01-26T22:34:10Z
Lists: pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> It turns out you need -Wformat-security with newer GCC versions.

Ah-hah.

> We might want to add that to the standard options set.

+1.  Probably this will require an extra configure test, but even so
it's well worthwhile.

			regards, tom lane