Re: Question about array read using protocol 3.0 implementation - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Question about array read using protocol 3.0 implementation
Date
Msg-id 4845.1056985713@sss.pgh.pa.us
Whole thread Raw
In response to Re: Question about array read using protocol 3.0 implementation  (Carlos Guzman Alvarez <carlosga@telefonica.net>)
Responses Re: Question about array read using protocol 3.0 implementation  (Carlos Guzman Alvarez <carlosga@telefonica.net>)
List pgsql-hackers
Carlos Guzman Alvarez <carlosga@telefonica.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


pgsql-hackers by date:

Previous
From: Carlos Guzman Alvarez
Date:
Subject: Re: Question about array read using protocol 3.0 implementation
Next
From: Carlos Guzman Alvarez
Date:
Subject: Re: Question about array read using protocol 3.0 implementation