Re: PostgreSQL on Solaris: Changing Compilers During Point Upgrade

From: Jim Nasby <decibel(at)decibel(dot)org>
To: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL on Solaris: Changing Compilers During Point Upgrade
Date: 2007-02-06 16:09:17
Message-ID: 946E8E87-14CD-4B74-824D-2AC74529BE5E@decibel.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Feb 6, 2007, at 9:54 AM, Andrew Sullivan wrote:
> On Tue, Feb 06, 2007 at 09:43:01AM -0600, Thomas F. O'Connell wrote:
>> DETAIL: Table has type character varying, but query expects
>> character varying.
>
> In another thread, someone else is reporting this too. I'm
> wondering whether something went wrong in the 8.2.2 release.

The error message originates in backend/executor/
nodeFunctionscan.c:tupledesc_match. In this case the error is being
caused by having a functional index (lower(fieldname)) on a table.
--
Jim Nasby jim(at)nasby(dot)net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2007-02-06 16:14:39 Re: Hardware
Previous Message Jim C. 2007-02-06 16:08:56 Re: Postgres SQL Syntax