]> granicus.if.org Git - postgresql/commit
PL/Python: Refactor subtransaction handling
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 15 Dec 2011 14:52:57 +0000 (16:52 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 15 Dec 2011 14:52:57 +0000 (16:52 +0200)
commitfc9959701b57d11d08a4a8a0788ccbd887ee2e47
tree465dcbc579f4f418cfcb31a6a2af7e5dee2f1609
parent5878a328e36b7f59c6c173212b77d0536e8804dd
PL/Python: Refactor subtransaction handling

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

Jan UrbaƄski
src/pl/plpython/plpython.c