Re: AIX port current - Mailing list pgsql-patches

From Tom Lane
Subject Re: AIX port current
Date
Msg-id 20920.1066743451@sss.pgh.pa.us
Whole thread Raw
In response to Re: AIX port current  ("Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at>)
List pgsql-patches
"Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at> writes:
>> I don't feel that this will fly.

> (iirc the include was introduced with the windows port, no ?)

Hmm, you are right; 7.3 c.h has

#ifdef __CYGWIN__
#include <errno.h>
#include <sys/fcntl.h>            /* ensure O_BINARY is available */
#endif

so actually there has never been an assumption that c.h would include
<fcntl.h> generally.  Okay, objection withdrawn.

            regards, tom lane

pgsql-patches by date:

Previous
From: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: AIX port current
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] obj_description problems?