]> granicus.if.org Git - postgresql/commit
Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Dec 2013 17:57:45 +0000 (12:57 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Dec 2013 17:57:56 +0000 (12:57 -0500)
commited011d9754fd4b76eac0eaa8c057fcfc0c302a6a
tree51b29a4997df92a4ea3f232c8970133f08f4bb5c
parent71812a98cb8cfbcf9c3376e0c93fcb4c8e373a54
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.
configure
configure.in
src/include/pg_config.h.in