Re: Deleting prepared statements from libpq.

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Deleting prepared statements from libpq.
Дата
Msg-id ZKStp2acUIe9nGoL@paquier.xyz
обсуждение исходный текст
Ответ на Re: Deleting prepared statements from libpq.  (Michael Paquier <michael@paquier.xyz>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Experiments with Postgres and SSL
Следующее
От: "Newhouse, Robin"
Дата:
Сообщение: [PATCH] Add GitLab CI to PostgreSQL