Re: [HACKERS] Explicit subtransactions for PL/Tcl

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Explicit subtransactions for PL/Tcl
Дата
Msg-id 10836.1483900594@sss.pgh.pa.us
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Victor Wagner
Дата:
Сообщение: Re: [HACKERS] Explicit subtransactions for PL/Tcl
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] PATCH: recursive json_populate_record()