Re: libpq PQstatus problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: libpq PQstatus problem
Дата
Msg-id 23882.984549126@sss.pgh.pa.us
обсуждение исходный текст
Ответ на libpq PQstatus problem  (<philip.howell@cit.act.edu.au>)
Список pgsql-interfaces
<philip.howell@cit.act.edu.au> writes:
> Then I stopped the network (eth0) on the postgreSQL server and hit <return>
> again and still got

>> Connection status... OK 

I don't believe this is a bug.  PQstatus indicates whether you did make
a successful connection to the database server --- it is not intended to
be an up-to-the-nanosecond report on whether the network is still up or
not.  In particular, the status will *not* be updated if you haven't
executed any new operations on the connection lately.

If you have a network that's so unstable that you need to program around
problems like this, consider 'ping'.
        regards, tom lane


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

Предыдущее
От:
Дата:
Сообщение: Re[2]: libpq PQstatus problem
Следующее
От: "Oliver Elphick"
Дата:
Сообщение: Re: PG7.1b5 .debs (fwd)