Re: Event Triggers reduced, v1
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Dimitri Fontaine <dimitri@2ndquadrant.fr>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2012-07-02T17:56:36Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Replace int2/int4 in C code with int16/int32
- b8b2e3b2deea 9.3.0 cited
On Fri, Jun 29, 2012 at 5:38 PM, Dimitri Fontaine <dimitri@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. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company