On Wed, Jan 11, 2017 at 11:28 PM, Tom Lane wrote:
> Robert Haas writes:
>> On Tue, Jan 10, 2017 at 5:38 PM, Andrew Gierth
>> wrote:
>>> But the problem that actually came up is this: if you do the PQprepare
>>> before the named cursor has actually been opened, then everything works
>>> _up until
Robert Haas writes:
> On Tue, Jan 10, 2017 at 5:38 PM, Andrew Gierth
> wrote:
>> But the problem that actually came up is this: if you do the PQprepare
>> before the named cursor has actually been opened, then everything works
>> _up until_ the first event, such as a change to search_path, that f
> "Robert" == Robert Haas writes:
>> But the problem that actually came up is this: if you do the
>> PQprepare before the named cursor has actually been opened, then
>> everything works _up until_ the first event, such as a change to
>> search_path, that forces a revalidation; and at that
On Tue, Jan 10, 2017 at 5:38 PM, Andrew Gierth
wrote:
> But the problem that actually came up is this: if you do the PQprepare
> before the named cursor has actually been opened, then everything works
> _up until_ the first event, such as a change to search_path, that forces
> a revalidation; and