Re: CommandStatus from insert returning when using a portal.

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Dave Cramer <davecramer(at)gmail(dot)com>
Cc: chap(at)anastigmatix(dot)net, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: CommandStatus from insert returning when using a portal.
Date: 2023-07-17 07:37:41
Message-ID: 20230717073741.pmftygafwdgoosqq@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2023-Jul-14, Dave Cramer wrote:

> David,
>
> I will try to get a tcpdump file. Doing this in libpq seems challenging as
> I'm not aware of how to create a portal in psql.

You can probably have a look at src/test/modules/libpq_pipeline/libpq_pipeline.c
as a basis to write some test code for this.

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/
"If you want to have good ideas, you must have many ideas. Most of them
will be wrong, and what you have to learn is which ones to throw away."
(Linus Pauling)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2023-07-17 07:59:53 Re: The same 2PC data maybe recovered twice
Previous Message Önder Kalacı 2023-07-17 07:24:27 Re: doc: improve the restriction description of using indexes on REPLICA IDENTITY FULL table.