Re: Entities created in one query not available in another in extended protocol - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Entities created in one query not available in another in extended protocol
Date
Msg-id 20150611150228.GC16018@awork2.anarazel.de
Whole thread Raw
In response to Re: Entities created in one query not available in another in extended protocol  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Entities created in one query not available in another in extended protocol  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2015-06-11 10:50:31 -0400, Tom Lane wrote:
> I do note that if a transaction is implicitly started to execute these
> messages, it's not closed until Sync.  But that should only affect the
> visibility of the results to other sessions, not to the current one.
> There's definitely a CommandCounterIncrement in exec_execute_message ...

exec_execute_message() only does so if the command has run to
completion. Shay, Is it possible that a row limit was used and the
commands didn't run fully?



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: 9.5 release notes
Next
From: Tom Lane
Date:
Subject: Re: Entities created in one query not available in another in extended protocol