pgsql: PL/Python: Refactor subtransaction handling

Started by Peter Eisentrautover 14 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

PL/Python: Refactor subtransaction handling

Lots of repetitive code was moved into new functions
PLy_spi_subtransaction_{begin,commit,abort}.

Jan Urbański

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fc9959701b57d11d08a4a8a0788ccbd887ee2e47

Modified Files
--------------
src/pl/plpython/plpython.c | 399 ++++++++++++--------------------------------
1 files changed, 111 insertions(+), 288 deletions(-)