Re: Unsigned ints (Help) - Mailing list pgsql-hackers

From Adriaan Joubert
Subject Re: Unsigned ints (Help)
Date
Msg-id 3AC23B3B.1334E12C@albourne.com
Whole thread Raw
In response to Unsigned ints  (Adriaan Joubert <a.joubert@albourne.com>)
List pgsql-hackers
Tom Lane wrote:
> See past discussions about appropriate handling of unlabeled numeric
> constants.  This is a tricky area that needs a thoroughgoing rethink.
> If you go into it with only "fix uint4" in mind then you will almost
> certainly make things worse.

Gosh, you were certainly right there! Now inserting 65535 works, but
inserting 65536 gives me 0 unless I cast to uint4!

Searching the mailing list is not working for the individual mailing
lists (I get Error: File Not Found - Did you enter the correct domain
name, or URL? from ReadySetNet), and searching through all the files at
uni-erlangen.de turned up nothing. 

Can somebody tell me when that discussion took place? Or tell me where
to look in the code?

Thanks!

Adriaan


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Changing the default value of an inherited column
Next
From: Tom Lane
Date:
Subject: Re: Re: [SQL] possible row locking bug in 7.0.3 & 7.1