Thread: pgsql: Revert the temporary patch to work around Snow Leopard readdir()

pgsql: Revert the temporary patch to work around Snow Leopard readdir()

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/commands:
        tablespace.c (r1.62 -> r1.63)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablespace.c?r1=1.62&r2=1.63)