Re: Win32 hard crash problem - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Win32 hard crash problem
Date
Msg-id 20060905215842.GT21195@alvh.no-ip.org
Whole thread Raw
In response to Re: Win32 hard crash problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Win32 hard crash problem  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-hackers
Tom Lane wrote:
> "Joshua D. Drake" <jd@commandprompt.com> writes:
> >>> Fail in what way. Hang, not connect, or get an error msg?
> 
> > Just verified with customer. Once the problem occurs the first time, the 
> > customer will continually get the same error message for each subsequent 
> > connection attempt:
> 
> > server sent data ("D" message) without prior row description ("T" message)
> 
> During the connection attempt?  I don't think libpq can report that
> message until it tries to do a regular query (might be wrong though).
> Is the client using some application that's going to issue a query
> immediately on connecting?

What I've been wondering all along is whether they are using a
connection pool.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Win32 hard crash problem
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Backend SSL configuration enhancement