postgresql/src/backend/access
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
..
common Improve reporting of permission errors for array types 2012-06-15 22:55:03 +03:00
gin Add new function log_newpage_buffer. 2012-06-14 10:11:16 -04:00
gist Replace XLogRecPtr struct with a 64-bit integer. 2012-06-24 19:19:45 +03:00
hash Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
heap Add new function log_newpage_buffer. 2012-06-14 10:11:16 -04:00
index Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
nbtree Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
spgist Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
transam Oops. Remove stray paren. 2012-06-24 20:03:57 +03:00
Makefile Add SP-GiST (space-partitioned GiST) index access method. 2011-12-17 16:42:30 -05:00