On Fri, Jun 29, 2012 at 5:38 PM, Dimitri Fontaine
<dimitri(at)2ndquadrant(dot)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.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
In response to
Responses
pgsql-hackers by date
| Next: | From: Robert Haas | Date: 2012-07-02 17:57:03 |
| Subject: Re: Event Triggers reduced, v1 |
| Previous: | From: Andres Freund | Date: 2012-07-02 17:53:25 |
| Subject: Re: [COMMITTERS] pgsql: Make walsender more responsive. |