Re: AIX port current

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at>
Cc: pqsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: Re: AIX port current
Date: 2003-10-21 15:42:30
Message-ID: 2279.1066750950@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at> writes:
> On AIX 4.3.2 dlfcn.h is not compatible with fcntl.h in the given constellat=
> ion
> (both define FREAD and FWRITE differently) and since fcntl.h in c.h is only=
> needed=20
> for O_BINARY I suggest to include fcntl.h only if O_BINARY is needed.

> Second, LLONG_MIN (used in ecpg's misc.c) is not available on AIX.
> I am not sure whether the original has a typo there or not=20
> (using LONG_LONG_MIN instead of LONGLONG_MIN) (patch assumes no typo) ?

Patch committed.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-10-21 15:56:25 Re: AIX port current
Previous Message Bruce Momjian 2003-10-21 15:22:35 Re: pg_dump problems against 7.0