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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert the temporary patch to work around Snow Leopard readdir()
Date: 2009-11-10 18:53:38
Message-ID: 20091110185338.E7ED8753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Achernow 2009-11-10 19:31:19 libpqtypes - libpqtypes: Fixed bug in PQregisterSubClasses where a
Previous Message Bruce Momjian 2009-11-10 18:41:25 pgsql: interval_abs(): Add C comment about why there is no