Re: [PgFoundry] Unsigned Data Types [1 of 2] - Mailing list pgsql-patches

From Jaime Casanova
Subject Re: [PgFoundry] Unsigned Data Types [1 of 2]
Date
Msg-id 3073cc9b0809072334g49ac61b1h132592d730604b0@mail.gmail.com
Whole thread Raw
In response to Re: [PgFoundry] Unsigned Data Types [1 of 2]  ("Ryan Bradetich" <rbradetich@gmail.com>)
Responses Re: [PgFoundry] Unsigned Data Types [1 of 2]
List pgsql-patches
On Mon, Sep 8, 2008 at 1:14 AM, Ryan Bradetich <rbradetich@gmail.com> wrote:
>
>> If you read the comments around that stuff it leaves quite a lot to be
>> desired, but I don't really have better ideas at the moment.  The best
>> near-term solution for the uint module is probably not to rely on
>> scalarltsel/scalargtsel for uint comparisons, but to make its own
>> selectivity functions that know the uint types plus whatever standard
>> types you want to have comparisons with.
>
> Ok.  Looks like I need to review these functions and develop new functions
> specific for the unsigned type.
>

the same problem happens in joins, unions, hash, etc... so you have to
look at those functions as well

PS: Jaime not Jamie :)

--
regards,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. (593) 87171157

pgsql-patches by date:

Previous
From: "Ryan Bradetich"
Date:
Subject: Re: [PgFoundry] Unsigned Data Types [1 of 2]
Next
From: Heikki Linnakangas
Date:
Subject: Re: [HACKERS] TODO item: Implement Boyer-Moore searching (First time hacker)