Re: Question about array read using protocol 3.0 implementation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Carlos Guzman Alvarez <carlosga(at)telefonica(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Question about array read using protocol 3.0 implementation
Date: 2003-06-30 15:08:33
Message-ID: 4845.1056985713@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Carlos Guzman Alvarez <carlosga(at)telefonica(dot)net> writes:
> Thanks another wuestion in this case about oidvector i'm reviewing
> oidvectorsend() at backend/utils/adt/oid.c and seems that for this
> datatype the server sends only array data, i'm rigth ??, i think yes but
> i want to be sure ;) ( and i think the same can be applied to int2vector
> ?? )

Right, the fixed-length array types are a whole 'nother critter.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Carlos Guzman Alvarez 2003-06-30 15:11:21 Re: Question about array read using protocol 3.0 implementation
Previous Message Carlos Guzman Alvarez 2003-06-30 14:49:26 Re: Question about array read using protocol 3.0 implementation