Re: BUG #11455: PQerrorMessage not reset after PQreset

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #11455: PQerrorMessage not reset after PQreset
Дата
Msg-id 20986.1411156641@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #11455: PQerrorMessage not reset after PQreset  (postgresql-bklyn@sneakemail.com)
Ответы Re: BUG #11455: PQerrorMessage not reset after PQreset  (Caleb Epstein <cae@bklyn.org>)
Re: BUG #11455: PQerrorMessage not reset after PQreset  (Caleb Epstein <cae@bklyn.org>)
Список pgsql-bugs
postgresql-bklyn@sneakemail.com writes:
> I'm testing application logic to reconnect to my database server after a
> connection failure.  I'm using PQreset() and I notice that the
> PQerrorMessage() result keeps growing after each failed reconnect.

It's unlikely that anyone is going to look into this unless you provide
a self-contained test case (ie, a small program that reproduces the
misbehavior).  It's too hard to guess exactly what you did.

            regards, tom lane

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

Предыдущее
От: postgresql-bklyn@sneakemail.com
Дата:
Сообщение: BUG #11455: PQerrorMessage not reset after PQreset
Следующее
От: Maxim Boguk
Дата:
Сообщение: Re: Re: BUG #11441: Weird (and seems wrong) behavior of partial indexes with order by/limit