Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: Inconsistent Errors on Row Comparisons


  • From: "David E. Wheeler" <david(at)kineticode(dot)com>
  • To: David Fetter <david(at)fetter(dot)org>
  • Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers Hackers <pgsql-hackers(at)postgresql(dot)org>
  • Subject: Re: Inconsistent Errors on Row Comparisons
  • Date: Tue, 30 Jun 2009 13:10:01 -0700
  • Message-id: <0CEFA1E8-885B-408F-951E-CF9D15B4ABA9@kineticode.com> <text/plain>

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



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group