Re: Deleting prepared statements from libpq.

Поиск
Список
Период
Сортировка
От jian he
Тема Re: Deleting prepared statements from libpq.
Дата
Msg-id CACJufxHpuKsfRKp-8TJr_=MeD6rA6+WZjWgCvmsRM3j+we1SOw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Deleting prepared statements from libpq.  (Jelte Fennema <me@jeltef.nl>)
Ответы Re: Deleting prepared statements from libpq.  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Sun, Jun 18, 2023 at 7:04 PM Jelte Fennema <me@jeltef.nl> wrote:
>
> On Sat, 17 Jun 2023 at 15:34, jian he <jian.universality@gmail.com> wrote:
> > I failed to link it. I don't know why.
>
> Sorry about that. I attached a new patch that allows linking to the
> new functions (I forgot to add the functions to exports.txt). This new
> patch also adds some basic tests for these new functions.

previously I cannot link it. with
v2-0001-Support-sending-Close-messages-from-libpq.patch. now I can
compile it, link it, but then run time error.
same c program in the first email.
when I run it ./a.out, then error:
./a.out: symbol lookup error: ./a.out: undefined symbol: PQsendClosePrepared



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Refactoring backend fork+exec code
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] hstore: Fix parsing on Mac OS X: isspace() is locale specific