AIX port current - Mailing list pgsql-patches

From Zeugswetter Andreas SB SD
Subject AIX port current
Date
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA40184CECD@m0114.s-mxs.net
Whole thread Raw
Responses Re: AIX port current  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: AIX port current  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: AIX port current  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: AIX port current  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
On AIX 4.3.2 dlfcn.h is not compatible with fcntl.h in the given constellation
(both define FREAD and FWRITE differently) and since fcntl.h in c.h is only needed
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
(using LONG_LONG_MIN instead of LONGLONG_MIN) (patch assumes no typo) ?

Fix for both attached, please (consider to) apply.
At least the second part of the patch has no risk, as far as I can see.

Andreas

Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: minor HISTORY improvement
Next
From: Gaetano Mendola
Date:
Subject: Re: minor HISTORY improvement