Re: Prep object creation hooks, and related sepgsql updates
Dimitri Fontaine <dimitri@2ndquadrant.fr>
From: Dimitri Fontaine <dimitri@2ndQuadrant.fr>
To: Kohei KaiGai <kaigai@kaigai.gr.jp>
Cc: Dimitri Fontaine <dimitri@2ndquadrant.fr>, Robert Haas <robertmhaas@gmail.com>, PgHacker <pgsql-hackers@postgresql.org>
Date: 2011-11-28T14:24:54Z
Lists: pgsql-hackers
Kohei KaiGai <kaigai@kaigai.gr.jp> writes: > How does it inherit an opaque private initialized at BEFORE trigger to > AFTER trigger? I checked your patch, however, it seems to me it does > not have a mechanism to deliver something between BEFORE and AFTER. Right, there's no such facility provided in there. But it seems to me that your extension could attach some shared memory or use other mechanisms to handle that on its own? I'm not trying to force you into using command triggers, just to determine if that's a road we are able to take. Regards, -- Dimitri Fontaine http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support