Re: libpq connection status and closed fd

Поиск
Список
Период
Сортировка
От Dmitriy Igrishin
Тема Re: libpq connection status and closed fd
Дата
Msg-id CAAfz9KPxTPbx8u-PbtmcPN3JiG2nt=Rs7n3y00qS+ME-LdFKgQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: libpq connection status and closed fd  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Ответы Re: libpq connection status and closed fd  (Marko Tiikkaja <marko@joh.to>)
Список pgsql-hackers


2014-09-22 11:35 GMT+04:00 Daniele Varrazzo <daniele.varrazzo@gmail.com>:
On Mon, Sep 22, 2014 at 8:17 AM, Dmitriy Igrishin <dmitigr@gmail.com> wrote:
>
> 2014-09-22 10:42 GMT+04:00 Daniele Varrazzo <daniele.varrazzo@gmail.com>:

>> [2] https://gist.github.com/dvarrazzo/065f343c95f8ea67cf8f
>
> Why are you using close() instead of PQfinish()?

Because I'm testing for an error, please read my message and the
original bug report.
I read it. You are testing for an error, but use libpq in a wrong way in
your test case. You must use PQfinish() to close the connection
and PQstatus() will works for you.


-- Daniele



--
// Dmitriy.

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

Предыдущее
От: Daniele Varrazzo
Дата:
Сообщение: Re: libpq connection status and closed fd
Следующее
От: Marko Tiikkaja
Дата:
Сообщение: Re: libpq connection status and closed fd