Re: SET TRANSACTION in PL/pgSQL - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: SET TRANSACTION in PL/pgSQL
Date
Msg-id c4e14fa3-9548-52d4-b636-50d38e970e49@2ndquadrant.com
Whole thread Raw
In response to Re: SET TRANSACTION in PL/pgSQL  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
List pgsql-hackers
On 4/4/18 13:53, Tomas Vondra wrote:
>> Here is the same patch rewritten using SPI, using the new no_snapshots
>> facility recently introduced.
> 
> Yeah, doing that using SPI seems much cleaner and more like the rest of
> the commands. Most of the patch is boilerplate to support the grammar,
> and the one interesting piece exec_stmt_set seems fine to me.
> 
> Barring any objections, I'll mark it as RFC tomorrow morning.

You apparently didn't, but I committed it anyway. ;-)

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key
Next
From: Bruce Momjian
Date:
Subject: Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS