Re: Deleting prepared statements from libpq. - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Deleting prepared statements from libpq.
Date
Msg-id ZKStp2acUIe9nGoL@paquier.xyz
Whole thread Raw
In response to Re: Deleting prepared statements from libpq.  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Tue, Jul 04, 2023 at 04:09:43PM +0900, Michael Paquier wrote:
> On Tue, Jul 04, 2023 at 08:28:40AM +0900, Michael Paquier wrote:
>> Sure, feel free.  I was planning to look at and play more with it.
>
> Well, done.

For the sake of completeness, as I forgot to send my notes.

+   if (PQsendClosePrepared(conn, "select_one") != 1)
+       pg_fatal("PQsendClosePortal failed: %s", PQerrorMessage(conn));
There was a small copy-pasto here.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Experiments with Postgres and SSL
Next
From: "Newhouse, Robin"
Date:
Subject: [PATCH] Add GitLab CI to PostgreSQL