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 13:37:31
Message-ID: 20920.1066743451@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:
>> 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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-10-21 14:13:00 Re: [HACKERS] obj_description problems?
Previous Message Heikki Linnakangas 2003-10-21 11:00:40 Re: two-phase commit