Re: assert in nested SQL procedure call in current HEAD

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: assert in nested SQL procedure call in current HEAD
Дата
Msg-id 5469a23e-1a38-b162-bc47-e637e5b6b2fd@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: assert in nested SQL procedure call in current HEAD  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Ответы Re: assert in nested SQL procedure call in current HEAD  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список pgsql-hackers
On 6/12/18 10:03, Andrew Gierth wrote:
>>>>>> "Peter" == Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
> 
>  Peter> The problem with these nested procedure calls is that if the
>  Peter> nested call
> 
> Did you miss the fact that the issue only occurs when the top-level
> procedure does a rollback? The problem is not with nested calls, but
> rather with the fact that commit or rollback is leaving ActiveSnapshot
> unset, which is (as Tom pointed out at the linked post) not the expected
> condition inside PL code.

We need that so that we can run things like SET TRANSACTION ISOLATION.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: late binding of shared libs for C functions
Следующее
От: Raphael Medaer
Дата:
Сообщение: Attempt to fix inheritance limitations: unique and foreign keyconstraints