Re: Odd query execution behavior with extended protocol - Mailing list pgsql-hackers

From Shay Rojansky
Subject Re: Odd query execution behavior with extended protocol
Date
Msg-id CADT4RqDp92pHd1gebcQaNVs+dUmvOLneVX9n7mqZ7ROZrwSPng@mail.gmail.com
Whole thread Raw
In response to Re: Odd query execution behavior with extended protocol  (Andres Freund <andres@anarazel.de>)
Responses Re: Odd query execution behavior with extended protocol  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Try adding a sync before the second execute.

I tried inserting a Sync right before the second Execute, this caused an error with the message 'portal "MQ1" does not exist'.
This seems like problematic behavior on its own, regardless of my issues here (Sync shouldn't be causing an implicit close of the portal, should it?).
 

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: check fails on Fedora 23
Next
From: Shay Rojansky
Date:
Subject: Re: Odd query execution behavior with extended protocol