Re: [HACKERS] Explicit subtransactions for PL/Tcl - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Explicit subtransactions for PL/Tcl
Date
Msg-id 10836.1483900594@sss.pgh.pa.us
Whole thread Raw
List pgsql-hackers
Victor Wagner <vitus@wagner.pp.ru> writes:
> I'm attaching the patch which implements subtransaction command for
> PL/Tcl which does almost same as PL/Python plpy.subtransction context
> manager object does: executes a block of Tcl code in the context of
> subtransaction, rolls subtransaction back if error occures and commits
> it otherwise.

Interesting.  Please add this to the 2017-03 commitfest list, to make
sure we don't lose track of it.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Victor Wagner
Date:
Subject: Re: [HACKERS] Explicit subtransactions for PL/Tcl
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] PATCH: recursive json_populate_record()