Excerpts from Thom Brown's message of mar mar 20 16:55:04 -0300 2012:
> On 20 March 2012 19:39, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
> > Update struct Trigger in docs
> >
> > Branch
> > ------
> > REL8_3_STABLE
> >
> > Details
> > -------
> > http://git.postgresql.org/pg/commitdiff/11d7d11e53bfe02091cfafec5f716776acdaeeca
>
> While you're at it, can you apply the following patch to reference
> utils/reltrigger.h instead of utils/rel.h?
Yeah, thanks, I had already got that and was about to push it -- see
b251cf3. One hunk in your patch is wrong though, because it's talking
about RelationData struct which is still in rel.h, not reltrigger.h.
--
Álvaro Herrera <alvherre(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
In response to
Responses
pgsql-committers by date
| Next: | From: Thom Brown | Date: 2012-03-20 20:15:54 |
| Subject: Re: pgsql: Update struct Trigger in docs |
| Previous: | From: Alvaro Herrera | Date: 2012-03-20 20:06:22 |
| Subject: pgsql: Fix trigger example code to match header changes |