Re: Deleting prepared statements from libpq.

Поиск
Список
Период
Сортировка
От Jelte Fennema
Тема Re: Deleting prepared statements from libpq.
Дата
Msg-id CAGECzQRP5Bf2EraVUzYF=tRvQVsq6fm2mTb4zbpEYk+hpqe-Ww@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Deleting prepared statements from libpq.  (jian he <jian.universality@gmail.com>)
Ответы Re: Deleting prepared statements from libpq.  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Mon, 19 Jun 2023 at 14:17, jian he <jian.universality@gmail.com> wrote:
> I am not sure the following two following function comments are right....

They were incorrect indeed. Attached is a patch with those two updated.

On Mon, 19 Jun 2023 at 14:17, jian he <jian.universality@gmail.com> wrote:
>
> On Mon, Jun 19, 2023 at 5:50 PM Jelte Fennema <me@jeltef.nl> wrote:
> >
> > On Mon, 19 Jun 2023 at 11:44, Jelte Fennema <me@jeltef.nl> wrote:
> > > Done
> >
> > Now with the actual attachment.
> >
> > PS. Another connection pooler (PgCat) now also supports prepared
> > statements, but only using Close not DEALLOCATE:
> > https://postgresml.org/blog/making-postgres-30-percent-faster-in-production
>
> it works on my local machine.
> I am not sure the following two following function comments are right....
>
> /*
>  * PQclosePrepared
>  *   Obtain information about a previously prepared statement
>  * ......
>
> /*
>  * PQclosePortal
>  *   Obtain information about a previously created portal
>  * ....

Вложения

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

Предыдущее
От: jian he
Дата:
Сообщение: Re: Deleting prepared statements from libpq.
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Do we want a hashset type?