Re: Event Triggers: adding information
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Cc: Robert Haas <robertmhaas@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2012-12-31T05:15:38Z
Lists: pgsql-hackers
On Sun, 2012-12-30 at 13:18 +0100, Dimitri Fontaine wrote: > Peter Eisentraut <peter_e@gmx.net> writes: > > There is a new compiler warning coming from this, I believe: > > I don't get this warning here, at least not in -O2, and I did forget to > make maintainer-clean then rebuild with -O0 just in case gcc is now > complaining about something else. I wish this situation could be fixed. I get this warning in Debian squeeze and wheezy with fairly standard build options. I don't think -O0 will give you any more warnings. > Now, this warning needs to be fixed, too, and here's a patch for that. Thanks, I fixed it slightly differently.