Return-Path: aoki
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA12222; Wed, 31 Mar 93 13:53:17 -0800
Message-Id: <9303312153.AA12222@postgres.Berkeley.EDU>
From: aoki@postgres.berkeley.edu (Paul M. Aoki)
Subject: Re: unsigned ints
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
In-Reply-To: Your message of Wed, 31 Mar 93 21:38:14 GMT 
	     <9303312138.AA12071@postgres.Berkeley.EDU> 
Date: Wed, 31 Mar 1993 13:53:03 -0800
Sender: aoki@postgres.Berkeley.EDU

arko@lamont.ldgo.columbia.edu (bob arko) writes:
> Hey, guys -

Hi.  (btw, this may be a good time to mention that several of the 
postgres guys are women :-)

> 	We just upgraded to 4.1, and discovered that unsigned integers seem to have
> vanished as a built-in.  Our existing code made frequent use of uint4's because we need
> to compare large numbers with absolute precision (i.e. we can't use floats), and a
> signed int4 isn't big enough.  What happened?

faerie:aoki (82)> egrep -i uint4 src/backend/catalog/RCS/pg_type.h,v 
faerie:aoki (83)> 

If you had "uint4", it's because someone at your site (or wherever you
got your previous source tree from) hacked 'em in... shouldn't be too
hard to reinstall the ADTs as builtins.
--
  Paul M. Aoki  |  CS Div., Dept. of EECS, UCB  |  aoki@postgres.Berkeley.EDU
                |  Berkeley, CA 94720           |  ...!uunet!ucbvax!aoki
