OSDN Git Service

Well the absolute correct solution would involve all of:
authorBruce Momjian <bruce@momjian.us>
Thu, 15 Nov 2001 16:35:19 +0000 (16:35 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 15 Nov 2001 16:35:19 +0000 (16:35 +0000)
commitea436f9fcf8c5d7a27459dfedf6bae87b21ef726
treeeef54d28d2e6fd83c2222c8913dd5d6b05e52cb1
parent2c1784a9c7b52c0acee88420aeabd6171be76c6e
Well the absolute correct solution would involve all of:
int8, int16, int32, int64 and separately uint8, uint16, uint32, uint64

The previous patch grouped:
int8, int16 and int32
uint8, uint16 and uint32
int64 and uint64  <-- this grouping is wrong on AIX 4.3.3 and below

If you prefer to make 4 groups out of this you could apply this patch.

Andreas
configure.in
src/include/c.h
src/include/pg_config.h.in