Re: [PATCH] Hooks at XactCommand level

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: David Steele <david(at)pgmasters(dot)net>
Cc: Gilles Darold <gilles(at)darold(dot)net>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Hooks at XactCommand level
Date: 2021-03-11 13:01:04
Message-ID: 20210311130104.72nf6vvx7ybwzgiq@nol
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi David,

On Thu, Mar 11, 2021 at 07:41:35AM -0500, David Steele wrote:
> Hi Julien,
>
> On 12/8/20 5:15 AM, Gilles Darold wrote:
> >
> > Based on a PoC reported in a previous thread [1] I'd like to propose new
> > hooks around transaction commands. The objective of this patch is to
> > allow PostgreSQL extension to act at start and end (including abort) of
> > a SQL statement in a transaction.
>
> You have signed up to review this patch. Do you know when you will have a
> chance to do that?

Thanks for the reminder! And sorry about that, I've unfortunately been quite
busy with other work duties recently. I already started to look at it (and
pg_statement_rollbackv2) so I should be able to post a review within a few
days!

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message houzj.fnst@fujitsu.com 2021-03-11 13:01:42 RE: Parallel INSERT (INTO ... SELECT ...)
Previous Message David Steele 2021-03-11 12:41:35 Re: [PATCH] Hooks at XactCommand level