Re: [RFC] Unsigned integer support. - Mailing list pgsql-hackers

From Ryan Bradetich
Subject Re: [RFC] Unsigned integer support.
Date
Msg-id e739902b0807252050k49a0635dj5ced5ba1fd45e657@mail.gmail.com
Whole thread Raw
In response to Re: [RFC] Unsigned integer support.  ("Dann Corbit" <DCorbit@connx.com>)
Responses Re: [RFC] Unsigned integer support.  (Kenneth Marshall <ktm@rice.edu>)
List pgsql-hackers
Hello Dann,

On Fri, Jul 25, 2008 at 1:06 PM, Dann Corbit <DCorbit@connx.com> wrote:

> At the cost of one bit of storage, you have compatible types using

Thanks for your review and feedback!  Unfortunately, I do need the full range
of the unsigned types for the project I am looking at.  The reason I started
working on these types is because it seemed wasteful to use the next size
larger signed integer for the storage type of the unsigned integer.

Thanks for the suggestion!

- Ryan


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: [PATCHES] WITH RECUSIVE patches 0723
Next
From: Tom Lane
Date:
Subject: Re: [RFC] Unsigned integer support.