Re: BUG #11455: PQerrorMessage not reset after PQreset

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: postgresql-bklyn(at)sneakemail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #11455: PQerrorMessage not reset after PQreset
Date: 2014-09-19 19:57:21
Message-ID: 20986.1411156641@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

postgresql-bklyn(at)sneakemail(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Caleb Epstein 2014-09-19 20:47:36 Re: BUG #11455: PQerrorMessage not reset after PQreset
Previous Message postgresql-bklyn 2014-09-19 16:57:02 BUG #11455: PQerrorMessage not reset after PQreset