postgresql/doc
Peter Eisentraut b8b2e3b2de Replace int2/int4 in C code with int16/int32
The latter was already the dominant use, and it's preferable because
in C the convention is that intXX means XX bits.  Therefore, allowing
mixed use of int2, int4, int8, int16, int32 is obviously confusing.

Remove the typedefs for int2 and int4 for now.  They don't seem to be
widely used outside of the PostgreSQL source tree, and the few uses
can probably be cleaned up by the time this ships.
2012-06-25 01:51:46 +03:00
..
src Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
bug.template Stamp HEAD as 9.3devel. 2012-06-13 20:03:02 -04:00
KNOWN_BUGS
Makefile
MISSING_FEATURES
TODO