Revert the temporary patch to work around Snow Leopard readdir() bug.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 21e3edd6cac14f121867f4f9578db34eba7b2492
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-11-10T18:53:38Z
Releases: 9.0.0
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.

Files

PathChange+/−
src/backend/commands/tablespace.c modified +1 −12