On Thu, Oct 03, 2024 at 10:00:00PM +0300, Alexander Lakhin wrote:
> I've managed to falsify the Assert in ExecutorRun() with the following:
> SET compute_query_id = 'off';
> SET track_activities = 'off';
> 
> CALL p2(0);
> 
> CALL p2(1);

Fun.  This manipulates the session to force the state of the first two
conditions, while the PERFORM done at PL-level resets the query ID
and while there is a query string from the top-level CALL.  I'll go
revert the assertion for now.
--
Michael

Attachment: signature.asc
Description: PGP signature

Reply via email to