Re: pgsql: Remove assertion from PortalRunMulti

2025-07-17 Thread Álvaro Herrera
Hello, On 2025-Jul-17, Aleksander Alekseev wrote: > > Reported-by: Aleksander Alekseev > > I didn't report this issue, it was done by Alexander Lakhin. Uh, you're right, my mistake -- apologies. -- Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/ "How strange it

Re: pgsql: Remove assertion from PortalRunMulti

2025-07-17 Thread Aleksander Alekseev
Hi Avaro, > Reported-by: Aleksander Alekseev I didn't report this issue, it was done by Alexander Lakhin.

pgsql: Remove assertion from PortalRunMulti

2025-07-17 Thread Álvaro Herrera
Remove assertion from PortalRunMulti We have an assertion to ensure that a command tag has been assigned by the time we're done executing, but if we happen to execute a command with no queries, the assertion would fail. Per discussion, rather than contort things to get a tag assigned, just remove

pgsql: Remove assertion from PortalRunMulti

2025-07-17 Thread Álvaro Herrera
Remove assertion from PortalRunMulti We have an assertion to ensure that a command tag has been assigned by the time we're done executing, but if we happen to execute a command with no queries, the assertion would fail. Per discussion, rather than contort things to get a tag assigned, just remove

pgsql: Remove assertion from PortalRunMulti

2025-07-17 Thread Álvaro Herrera
Remove assertion from PortalRunMulti We have an assertion to ensure that a command tag has been assigned by the time we're done executing, but if we happen to execute a command with no queries, the assertion would fail. Per discussion, rather than contort things to get a tag assigned, just remove

pgsql: Remove assertion from PortalRunMulti

2025-07-17 Thread Álvaro Herrera
Remove assertion from PortalRunMulti We have an assertion to ensure that a command tag has been assigned by the time we're done executing, but if we happen to execute a command with no queries, the assertion would fail. Per discussion, rather than contort things to get a tag assigned, just remove

pgsql: Remove assertion from PortalRunMulti

2025-07-17 Thread Álvaro Herrera
Remove assertion from PortalRunMulti We have an assertion to ensure that a command tag has been assigned by the time we're done executing, but if we happen to execute a command with no queries, the assertion would fail. Per discussion, rather than contort things to get a tag assigned, just remove

pgsql: Remove assertion from PortalRunMulti

2025-07-17 Thread Álvaro Herrera
Remove assertion from PortalRunMulti We have an assertion to ensure that a command tag has been assigned by the time we're done executing, but if we happen to execute a command with no queries, the assertion would fail. Per discussion, rather than contort things to get a tag assigned, just remove

pgsql: Remove assertion from PortalRunMulti

2025-07-17 Thread Álvaro Herrera
Remove assertion from PortalRunMulti We have an assertion to ensure that a command tag has been assigned by the time we're done executing, but if we happen to execute a command with no queries, the assertion would fail. Per discussion, rather than contort things to get a tag assigned, just remove