pgsql: Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE
Date: 2013-12-29 17:58:17
Message-ID: E1VxKcz-00057L-4W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE.

Defining this symbol causes OS X 10.5 to use a buggy version of readdir(),
which can sometimes fail with EINVAL if the previously-fetched directory
entry has been deleted or renamed. In later OS X versions that bug has
been repaired, but we still don't need the #define because it's on by
default. So this is just an all-around bad idea, and we can do without it.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ed011d9754fd4b76eac0eaa8c057fcfc0c302a6a

Modified Files
--------------
configure | 5 +++++
configure.in | 5 +++++
src/include/pg_config.h.in | 5 +----
3 files changed, 11 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-12-29 18:05:29 Re: [COMMITTERS] pgsql: Upgrade to Autoconf 2.69
Previous Message Tom Lane 2013-12-29 07:48:21 Re: [COMMITTERS] pgsql: Upgrade to Autoconf 2.69