Re: binary array and record recv

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Chernow <ac(at)esilo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: binary array and record recv
Date: 2007-12-18 15:49:41
Message-ID: 29484.1197992981@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Chernow <ac(at)esilo(dot)com> writes:
> Both array and record binary recv functions require that the recv'd Oid
> match the Oid of what the backend has deduced. We don't think this
> behavior gets you very much.

Other than the ability to detect errors before the code goes off into
the weeds, you mean?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Chernow 2007-12-18 16:09:09 Re: binary array and record recv
Previous Message Andrew Dunstan 2007-12-18 15:49:32 Re: V8.3.0: PQprepare()/PQexecPrepared() and DECLARE CURSOR