Re: BUG #11455: PQerrorMessage not reset after PQreset - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #11455: PQerrorMessage not reset after PQreset
Date
Msg-id 20986.1411156641@sss.pgh.pa.us
Whole thread Raw
In response to BUG #11455: PQerrorMessage not reset after PQreset  (postgresql-bklyn@sneakemail.com)
Responses Re: BUG #11455: PQerrorMessage not reset after PQreset
Re: BUG #11455: PQerrorMessage not reset after PQreset
List 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 by date:

Previous
From: postgresql-bklyn@sneakemail.com
Date:
Subject: BUG #11455: PQerrorMessage not reset after PQreset
Next
From: Maxim Boguk
Date:
Subject: Re: Re: BUG #11441: Weird (and seems wrong) behavior of partial indexes with order by/limit