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

From Joshua D. Drake
Subject Re: Win32 hard crash problem
Date
Msg-id 44F75E6B.8060405@commandprompt.com
Whole thread Raw
In response to Re: Win32 hard crash problem  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> "Joshua D. Drake" <jd@commandprompt.com> writes:
>> Tom Lane wrote:
>>> BTW, are you sure this is coming from JDBC?  I see the exact same
>>> message text in libpq:
>>> libpq_gettext("server sent data (\"D\" message) without prior row description (\"T\" message)\n"));
>>> Maybe the JDBC driver uses the identical message wording but my thought
>>> is to look for something going through libpq.
> 
>> The error is server side. I was just describing the environment.
> 
> I can entirely assure you that that error message is not present in the
> server code.

Ok let me be more clear. The message is being throw via PostgreSQL. I am 
getting per the message I posted..

http://projects.commandprompt.com/public/pgsql/browser/trunk/pgsql/src/interfaces/libpq/fe-protocol2.c?rev=22194
http://projects.commandprompt.com/public/pgsql/browser/trunk/pgsql/src/interfaces/libpq/fe-protocol3.c?rev=25989

It is in libpq and the protocol not the backend that is giving me the 
message. When I said server, I as referring to postgresql inclusively, 
not the driver that was actually connecting.

Sincerely,

Joshua D. Drake



> 
>             regards, tom lane
> 


-- 
   === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240   Providing the most comprehensive  PostgreSQL
solutionssince 1997             http://www.commandprompt.com/
 




pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Prepared statements considered harmful
Next
From: Dave Cramer
Date:
Subject: Re: Win32 hard crash problem