Re: [PgFoundry] Unsigned Data Types [1 of 2]

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec>
Cc: "Ryan Bradetich" <rbradetich(at)gmail(dot)com>, pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [PgFoundry] Unsigned Data Types [1 of 2]
Date: 2008-09-07 07:41:07
Message-ID: 8731.1220773267@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec> writes:
> contrib_regression=# select * from t1 where f1 > 35;
> ERROR: unsupported type: 16486

That obviously isn't supposed to happen. Where's it coming from
exactly?

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message David Rowley 2008-09-07 11:04:35 Re: [PATCHES] TODO item: Implement Boyer-Moore searching (First time hacker)
Previous Message Jaime Casanova 2008-09-07 06:30:53 Re: [PgFoundry] Unsigned Data Types [1 of 2]