Re: Win32 hard crash problem

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Win32 hard crash problem
Date: 2006-08-31 22:17:45
Message-ID: 2FFA081B-3425-4548-BD10-A497CEE6EAE9@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 31-Aug-06, at 6:01 PM, Tom Lane wrote:

> "Joshua D. Drake" <jd(at)commandprompt(dot)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.
Well that's even more interesting because it doesn't exist in the
jdbc driver either.

Dave
>
> regards, tom lane
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that
> your
> message can get through to the mailing list cleanly
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2006-08-31 22:28:54 Re: Win32 hard crash problem
Previous Message Joshua D. Drake 2006-08-31 22:10:51 Re: Win32 hard crash problem