Re: unsupported types in 8.0.1

From: Ben <bench(at)silentmedia(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Michael Fuhr <mike(at)fuhr(dot)org>, Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: unsupported types in 8.0.1
Date: 2005-03-26 20:22:51
Message-ID: d11459e786b268cac8ef12c6aa7b4bf9@silentmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there a workaround I could use, or should I stick with 7.4 for now?

On Mar 26, 2005, at 11:14 AM, Tom Lane wrote:

> Michael Fuhr <mike(at)fuhr(dot)org> writes:
>> SELECT x FROM foo WHERE x < now()::abstime::integer;
>> ERROR: unsupported type: 23
>
> It looks like examine_variable shouldn't be throwing away the
> RelabelType on the now() call ... this code is all new in 8.0
> IIRC, which is why you don't see the failure in prior versions
> (you also do not get a good estimate ...)
>
> regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-03-26 20:41:48 Re: unsupported types in 8.0.1
Previous Message Tom Lane 2005-03-26 19:14:46 Re: unsupported types in 8.0.1