Re: pgsql: Wrap PL/Python SPI calls into subtransactions

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Wrap PL/Python SPI calls into subtransactions
Дата
Msg-id 4D49FD71.2030504@dunslane.net
обсуждение исходный текст
Ответ на pgsql: Wrap PL/Python SPI calls into subtransactions  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: pgsql: Wrap PL/Python SPI calls into subtransactions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers

On 02/02/2011 03:09 PM, Peter Eisentraut wrote:
> Wrap PL/Python SPI calls into subtransactions
>
> This allows the language-specific try/catch construct to catch and
> handle exceptions arising from SPI calls, matching the behavior of
> other PLs.
>
> As an additional bonus you no longer get all the ugly "unrecognized
> error in PLy_spi_execute_query" errors.
>
>


We seem to have major buildfarm breakage from this.

cheers

andrew

В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Mark all GUC variables with markup, rather than
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Clean up missed change to plpython expected files.