Re: Add PortalDrop in exec_execute_message

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Yura Sokolov <y(dot)sokolov(at)postgrespro(dot)ru>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Add PortalDrop in exec_execute_message
Date: 2021-06-11 20:21:29
Message-ID: 202106112021.gikzmhvoeoru@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2021-Jun-09, Tom Lane wrote:

> BTW, to be clear: I think Alvaro's change is also necessary.
> If libpq is going to silently do something different in pipeline
> mode than it does in normal mode, it should strive to minimize
> the semantic difference. exec_simple_query includes a PortalDrop,
> so we'd best do the same in pipeline mode.

Pushed that patch, thanks.

--
Álvaro Herrera Valdivia, Chile
"At least to kernel hackers, who really are human, despite occasional
rumors to the contrary" (LWN.net)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2021-06-11 20:25:59 Re: [bug?] Missed parallel safety checks, and wrong parallel safety
Previous Message Tom Lane 2021-06-11 20:16:29 Re: doc issue missing type name "multirange" in chapter title