pgsql/ /configure.in rc/include/c.h rc/include ... - Mailing list pgsql-committers

From momjian@postgresql.org
Subject pgsql/ /configure.in rc/include/c.h rc/include ...
Date
Msg-id 200111151635.fAFGZJV20709@postgresql.org
Whole thread Raw
List pgsql-committers
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


pgsql-committers by date:

Previous
From: momjian@postgresql.org
Date:
Subject: pgsql/src/interfaces/odbc md5.h
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/. configure