CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 01/11/15 11:35:19
Modified files:
. : configure.in
src/include : c.h pg_config.h.in
Log message:
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