Re: assert in nested SQL procedure call in current HEAD - Mailing list pgsql-hackers

From Andrew Gierth
Subject Re: assert in nested SQL procedure call in current HEAD
Date
Msg-id 87bmcgt8cu.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: assert in nested SQL procedure call in current HEAD  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: assert in nested SQL procedure call in current HEAD
List pgsql-hackers
>>>>> "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.

-- 
Andrew (irc:RhodiumToad)


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: late binding of shared libs for C functions
Next
From: Andrew Gierth
Date:
Subject: Re: late binding of shared libs for C functions