Re: Inconsistent Errors on Row Comparisons - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: Inconsistent Errors on Row Comparisons
Date
Msg-id 0CEFA1E8-885B-408F-951E-CF9D15B4ABA9@kineticode.com
Whole thread Raw
In response to Re: Inconsistent Errors on Row Comparisons  (David Fetter <david@fetter.org>)
Responses Re: Inconsistent Errors on Row Comparisons  (David Fetter <david@fetter.org>)
List pgsql-hackers
On Jun 30, 2009, at 11:54 AM, David Fetter wrote:

>>    # Failed test 148
>>    #     Number of columns differs between queries
>>    #         have: 4 columns
>>    #         want: 3 columns
>
> Shouldn't that just read:
>
>    have: (int, int, text, point)
>    want: (int, int, text)

Yes, that's my ideal, but Tom says I need to write C code to get that  
information from RECORD objects, alas. :-(

Best,

David


pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: Inconsistent Errors on Row Comparisons
Next
From: David Fetter
Date:
Subject: Re: Inconsistent Errors on Row Comparisons