Re: Question about array read using protocol 3.0 implementation

From: Carlos Guzman Alvarez <carlosga(at)telefonica(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Question about array read using protocol 3.0 implementation
Date: 2003-06-30 14:49:26
Message-ID: 3F004DF6.8050707@telefonica.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello:

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
?? )

--
Best regards

Carlos Guzmán Álvarez
Vigo-Spain

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-06-30 15:08:33 Re: Question about array read using protocol 3.0 implementation
Previous Message Tom Lane 2003-06-30 14:33:54 Re: Patch for adding DATACUBE operator