3.0 fe/be protocol bug?

From: John DeSoi <jd(at)icx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: 3.0 fe/be protocol bug?
Date: 2003-05-28 20:22:15
Message-ID: 12935F89-914A-11D7-96F8-0030656EE7B2@icx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm working on a new client with the 3.0 protocol. I'm having a problem
with the data DataRow message from this select:

select oid, datconfig from pg_database

There seems to be a problem with text[] type for datconfig. The hex
dump (from tcpflow) for 1 data row message is:

44 0000 0013 0002 0000 0005 3137303632 FFFF FFFF
D mesg len 2col col1 len5 oid 17602 len col2 here?

After FFFF FFFF the next DataRow message starts.

I'm using "PostgreSQL 7.4devel on powerpc-apple-darwin6.6, compiled by
GCC gcc (GCC) 3.1 20020420 (prerelease)" downloaded from cvs this past
weekend.

Thanks,

John DeSoi, Ph.D.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hans-Jürgen Schönig 2003-05-28 20:26:01 Re: DATA-CUBE in Postgresql.
Previous Message Yurgis Baykshtis 2003-05-28 20:06:35 Mismatched parentheses when creating a rule with multiple action queries