On Mon, Jul 2, 2012 at 1:56 PM, Robert Haas <robertmh...@gmail.com> wrote:
> On Fri, Jun 29, 2012 at 5:38 PM, Dimitri Fontaine
> <dimi...@2ndquadrant.fr> wrote:
>> Will do a whole warning check pass later. Can you give me your local
>> Makefile trick to turn them into hard errors again please? :)
>
> echo COPT=-Werror > src/Makefile.custom
>
> Your latest patch contains a warning about using a variable
> uninitialized that seems to indicate that you didn't test this very
> carefully: in get_event_triggers, current_any_name is set but not
> used.

Make that used but not set.  Anyhow, it's broken.  :-(

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to