From: | "Ryan Bradetich" <rbradetich(at)gmail(dot)com> |
---|---|
To: | "Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec> |
Cc: | pgsql-patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: [PgFoundry] Unsigned Data Types [2 of 2] |
Date: | 2008-09-16 02:46:08 |
Message-ID: | e739902b0809151946x1112c82fibf30578b4fd84239@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)gmail(dot)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 | Content-Type | Size |
---|---|---|
uint-tests-v2.tar.bz2 | application/x-bzip2 | 98.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2008-09-16 09:04:41 | Re: rmgr hooks and contrib/rmgr_hook |
Previous Message | Ryan Bradetich | 2008-09-16 02:45:25 | Re: [PgFoundry] Unsigned Data Types [1 of 2] |