Excerpts from Thom Brown's message of mar mar 20 16:55:04 -0300 2012: > On 20 March 2012 19:39, Alvaro Herrera <[email protected]> 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 <[email protected]> The PostgreSQL Company - Command Prompt, Inc. PostgreSQL Replication, Consulting, Custom Development, 24x7 support -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
