Re: V2 protocol -> 8.1 server

From: Kris Jurka <books(at)ejurka(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us
Subject: Re: V2 protocol -> 8.1 server
Date: 2005-04-23 06:02:29
Message-ID: Pine.BSO.4.56.0504230102060.4512@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

With the promised files this time.

On Sat, 23 Apr 2005, Kris Jurka wrote:

>
> The 8.1 server doesn't work when issuing queries using the v2 protocol,
> notably the isnull bitmask in the DataRow message is incorrect. I suspect
> the problem is with this commit:
>
> http://archives.postgresql.org/pgsql-committers/2005-03/msg00224.php
>
> I've attached the tcpdump output from establishing a connection with the
> JDBC driver using the V2 protocol to a 7.4 and an 8.1 server. In the 7.4
> server after the 'D' message is c0 while 8.1 has 00 as the next byte.
>
> Kris Jurka
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>

Attachment Content-Type Size
74.txt text/plain 14.6 KB
81.txt text/plain 7.6 KB

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-04-23 06:34:34 Re: V2 protocol -> 8.1 server
Previous Message Tom Lane 2005-04-23 05:58:13 Re: BUG #1618: EXTRACTing EPOCH from TIME WITH TIME ZONE is broken