Re: Prep object creation hooks, and related sepgsql updates - Mailing list pgsql-hackers

From Dimitri Fontaine
Subject Re: Prep object creation hooks, and related sepgsql updates
Date
Msg-id 87zkfg72a1.fsf@hi-media-techno.com
Whole thread Raw
In response to Re: Prep object creation hooks, and related sepgsql updates  (Kohei KaiGai <kaigai@kaigai.gr.jp>)
Responses Re: Prep object creation hooks, and related sepgsql updates
List 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


pgsql-hackers by date:

Previous
From: Kohei KaiGai
Date:
Subject: Re: Prep object creation hooks, and related sepgsql updates
Next
From: Greg Stark
Date:
Subject: Re: Patch: add timing of buffer I/O requests