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

From Ryan Bradetich
Subject Re: [PgFoundry] Unsigned Data Types [1 of 2]
Date
Msg-id e739902b0809151945v16fe3af0pe78b2cb133d94c91@mail.gmail.com
Whole thread Raw
In response to [PgFoundry] Unsigned Data Types [1 of 2]  ("Ryan Bradetich" <rbradetich@gmail.com>)
Responses Re: [PgFoundry] Unsigned Data Types [1 of 2]
List pgsql-patches
Message Resend.

I forgot to spit the attachments so they did not make it through the list.

Patch 1 of 2 : Base uint type.
Patch 2 of 2 : Regression tests.

- Ryan


On Mon, Sep 15, 2008 at 8:13 AM, Ryan Bradetich <rbradetich@gmail.com> wrote:
> Hello Jaime,
>
> I have the code and regression tests updated to solve the problems you initially
> discovered.  After code reading, stepping through with the debugger, and
> help from RhodiumToad on irc I was able to implement new restrict
> selective estimation
> functions for the uint4 vs int4 data types.  The uint1 vs int4 and
> uint2 vs int4 data
> types did not require a custom restrict selective estimation function.
>
> Here is an updated base and tests tar packages with these changes in place.  I
> still have better code comments on my TODO list.  I wanted to get
> updated code out
> to see if there are other problems the unsigned data type fails to
> address properly.
>
> I will work on better commenting the code tonight and tomorrow.
>
> Thanks again for your review and testing!
>
> - Ryan
>

Attachment

pgsql-patches by date:

Previous
From: "Jaime Casanova"
Date:
Subject: Re: [PgFoundry] Unsigned Data Types [1 of 2]
Next
From: "Ryan Bradetich"
Date:
Subject: Re: [PgFoundry] Unsigned Data Types [2 of 2]