]> granicus.if.org Git - postgresql/commit
Revert the temporary patch to work around Snow Leopard readdir() bug.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 10 Nov 2009 18:53:38 +0000 (18:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 10 Nov 2009 18:53:38 +0000 (18:53 +0000)
commit21e3edd6cac14f121867f4f9578db34eba7b2492
tree0cc9623e14f7bfe5c30c170b13132dc2b170973d
parent089f4b921c3ae0947e7ffd0ad18be83afecc33a6
Revert the temporary patch to work around Snow Leopard readdir() bug.
Apple has fixed that bug in 10.6.2, and we should encourage users to
update to that version rather than trusting this cosmetic patch.
As was recently noted by Stephen Tyler, this patch was only masking
the problem in the context of DROP TABLESPACE, but the failure could
occur in other places such as pg_xlog cleanup.
src/backend/commands/tablespace.c