Re: [HACKERS] pgsql: Add sql_drop event for event triggers - Mailing list pgsql-committers

From Dimitri Fontaine
Subject Re: [HACKERS] pgsql: Add sql_drop event for event triggers
Date
Msg-id m2li8r8n0v.fsf@2ndQuadrant.fr
Whole thread Raw
In response to Re: [HACKERS] pgsql: Add sql_drop event for event triggers  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-committers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> I don't see how inlining could work here.  We will end up with a couple
> dozen calls to ProcessSlowUtility inside ProcessUtility, so inlining it
> will be a really poor strategy.

Maybe I should have spent some time thinking about the idea rather than
just writing it down. Thanks.

>> Do you want me to work on a patch at the end of this week?
>
> As (one of) the committer(s) responsible for this code, I do, thanks.

Will do.

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] pgsql: Add sql_drop event for event triggers
Next
From: Robert Haas
Date:
Subject: pgsql: Remove duplicate initialization in XLogReadRecord.