V2 protocol -> 8.1 server

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема V2 protocol -> 8.1 server
Дата
Msg-id Pine.BSO.4.56.0504230048460.4512@leary.csoft.net
обсуждение исходный текст
Ответы Re: V2 protocol -> 8.1 server  (Kris Jurka <books@ejurka.com>)
Re: V2 protocol -> 8.1 server  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: V2 protocol -> 8.1 server  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: empty array can crash backend using int_array_enum from contrib.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1618: EXTRACTing EPOCH from TIME WITH TIME ZONE is broken