Re: BUG #5837: PQstatus() fails to report lost connection

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5837: PQstatus() fails to report lost connection
Дата
Msg-id 6493.1295882981@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #5837: PQstatus() fails to report lost connection  ("Murray S. Kucherawy" <msk@cloudmark.com>)
Ответы Re: BUG #5837: PQstatus() fails to report lost connection  ("Murray S. Kucherawy" <msk@cloudmark.com>)
Список pgsql-bugs
"Murray S. Kucherawy" <msk@cloudmark.com> writes:
> Given what you say here, this seems to be an exception for which there
> is currently no detection mechanism short of looking for that one
> specific error string indicating it was administrative action causing
> the error.

This is complete nonsense.  If you followed the documented method for
using PQgetResult -- ie, keep calling it till it returns NULL, rather
than assuming there will be a specific number of results --- then
PQstatus would show you the bad status afterwards.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5837: PQstatus() fails to report lost connection
Следующее
От: "Murray S. Kucherawy"
Дата:
Сообщение: Re: BUG #5837: PQstatus() fails to report lost connection