• B
    Well the absolute correct solution would involve all of: · ea436f9f
    Bruce Momjian 提交于
    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
    ea436f9f
configure.in 35.3 KB