Re: Deleting prepared statements from libpq.

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Jelte Fennema <me(at)jeltef(dot)nl>
Cc: jian he <jian(dot)universality(at)gmail(dot)com>, Dmitry Igrishin <dmitigr(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
Subject: Re: Deleting prepared statements from libpq.
Date: 2023-07-04 23:39:19
Message-ID: ZKStp2acUIe9nGoL@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Newhouse, Robin 2023-07-04 23:44:45 [PATCH] Add GitLab CI to PostgreSQL
Previous Message Michael Paquier 2023-07-04 23:33:07 Re: Experiments with Postgres and SSL