Re: What's the difference between int2 and int16? - Mailing list pgsql-hackers

From Randolf Richardson
Subject Re: What's the difference between int2 and int16?
Date
Msg-id Xns944F77CD21F46rr8xca@200.46.204.72
Whole thread Raw
In response to What's the difference between int2 and int16?  ("William ZHANG" <na@na.na>)
List pgsql-hackers
""William ZHANG" <na@na.na>" wrote in comp.databases.postgresql.hackers:

> I found the uses of int2, int16 and other similiar types misleading
> in PostgreSQL's source code. Sometime it is difficult to figure out
> which should be prefered.
> 
> Maybe int2, int4, and int8 refer to database types, while int16, int32
> and int64 refer to C data types. If this is the convention, maintenance
> may be easier.
       There's no difference:
               smallint = int2 = int16               integer = int4 = int32               largeint = int8 = int64
       The single-digit types represent the number of "bytes" used to store 
the data, while the double-digit types represne the number if "bits."

-- 
Randolf Richardson - rr@8x.ca
Vancouver, British Columbia, Canada

Please do not eMail me directly when responding
to my postings in the newsgroups.


pgsql-hackers by date:

Previous
From: Randolf Richardson
Date:
Subject: Re: *sigh*
Next
From: Randolf Richardson
Date:
Subject: Re: *sigh*