pgsql/ /configure.in rc/include/c.h rc/include ...

From: momjian(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ /configure.in rc/include/c.h rc/include ...
Date: 2001-11-15 16:35:19
Message-ID: 200111151635.fAFGZJV20709@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-11-15 17:31:45 pgsql/. configure
Previous Message momjian 2001-11-15 16:16:08 pgsql/src/interfaces/odbc md5.h