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

From William ZHANG
Subject What's the difference between int2 and int16?
Date
Msg-id bpcquh$12m3$1@news.hub.org
Whole thread Raw
List pgsql-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.




pgsql-hackers by date:

Previous
From: Erik Trulsson
Date:
Subject: Re: 4 Clause license?
Next
From: Rod Taylor
Date:
Subject: Re: question about fixes in v7.4...