Re: [BUGS] BUG #5804: Connection aborted after many queries.

2010-12-29 Thread Tom Lane
Paul Davis writes: > On Wed, Dec 29, 2010 at 11:27 AM, Tom Lane wrote: >> In all cases, you were testing a client against a server on a different >> machine, right? > Yeah, all failures were between separate machines with various > versions of OpenSSL that I never thought to keep track of. After

Re: [BUGS] BUG #5804: Connection aborted after many queries.

2010-12-29 Thread Paul Davis
On Wed, Dec 29, 2010 at 11:27 AM, Tom Lane wrote: > Paul Davis writes: >> And this intriguing error in the server logs from around that time: > >> 2010-12-28 18:40:02 EST LOG:  SSL renegotiation failure >> 2010-12-28 18:40:02 EST LOG:  SSL failed to send renegotiation request >> 2010-12-28 18:40:

Re: [BUGS] BUG #5804: Connection aborted after many queries.

2010-12-29 Thread Tom Lane
Paul Davis writes: > And this intriguing error in the server logs from around that time: > 2010-12-28 18:40:02 EST LOG: SSL renegotiation failure > 2010-12-28 18:40:02 EST LOG: SSL failed to send renegotiation request > 2010-12-28 18:40:02 EST LOG: SSL renegotiation failure > 2010-12-28 18:40:

Re: [BUGS] BUG #5804: Connection aborted after many queries.

2010-12-29 Thread Paul Davis
On Wed, Dec 29, 2010 at 10:58 AM, Kevin Grittner wrote: > "Paul J. Davis" wrote: > >> After running many queries (millions) a connection will report an >> error that the server has unexpectedly closed the connection. > > What message are you getting?  (Copy/paste is a good thing.) > > What do you

Re: [BUGS] BUG #5804: Connection aborted after many queries.

2010-12-29 Thread Kevin Grittner
"Paul J. Davis" wrote: > After running many queries (millions) a connection will report an > error that the server has unexpectedly closed the connection. What message are you getting? (Copy/paste is a good thing.) What do you see in the server log at the time of failure? Are you using a

Re: [BUGS] BUG #5804: Connection aborted after many queries.

2010-12-29 Thread Paul Davis
On Wed, Dec 29, 2010 at 10:30 AM, Paul J. Davis wrote: > > The following bug has been logged online: > > Bug reference:      5804 > Logged by:          Paul J. Davis > Email address:      paul.joseph.da...@gmail.com > PostgreSQL version: 9.0.2 > Operating system:   OS X 10.6.5, Ubuntu 10.04 > Desc

[BUGS] BUG #5804: Connection aborted after many queries.

2010-12-29 Thread Paul J. Davis
The following bug has been logged online: Bug reference: 5804 Logged by: Paul J. Davis Email address: paul.joseph.da...@gmail.com PostgreSQL version: 9.0.2 Operating system: OS X 10.6.5, Ubuntu 10.04 Description:Connection aborted after many queries. Details: After