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

From David E. Wheeler
Subject Re: Inconsistent Errors on Row Comparisons
Date
Msg-id 5177BFE8-62A3-45D5-9F0B-36364148C9D7@kineticode.com
Whole thread Raw
In response to Re: Inconsistent Errors on Row Comparisons  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Jun 30, 2009, at 11:48 AM, Tom Lane wrote:

>> Is there a way
>> to get a RECORD object to tell me what data types it contains?
>
> Not at the SQL level.  Of course, if you're writing C, you can do
> something similar to what record_eq and friends do.

Pity. I'm trying to keep C out of pgTAP (for the most part) so that  
folks can just distribute a copy of it with their modules. But I can  
at least include that information in the diagnostics from set_eq().

Best,

David


pgsql-hackers by date:

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