Re: pl/python SPI in subtransactions
Jan Urbański <wulczer@wulczer.org>
From: Jan Urbański <wulczer@wulczer.org>
To: Steve Singer <ssinger_pg@sympatico.ca>
Cc: Postgres - Hackers <pgsql-hackers@postgresql.org>
Date: 2011-01-30T23:03:25Z
Lists: pgsql-hackers
Attachments
- plpython-spi-in-subxacts.patch (text/x-patch) patch
On 29/01/11 22:13, Jan Urbański wrote: > On 29/01/11 22:10, Steve Singer wrote: >> On 11-01-29 03:39 PM, Jan Urbański wrote: >>> >>> D'oh, you're right, thanks. Attached patch with fix. Curiosly, right now >>> in master your example with plpy.prepare will result in "savepoint" >>> being swallowed, but it's of course better to react with an error. >>> >>> Cheers, >>> Jan >> >> This seems to fix it. >> >> You mentioned that you were going to add a few paragraphs to the >> documentation saying that you can now actually catch SPI errors. I >> haven't seen that yet. > > Yeah, I'm procrastinating the doc writing part ;) Will spit something > out by the end of the (CET) day. Done, added a small example in the Database Access section. Cheers, Jan