pgsql: Install a hopefully-temporary workaround for Snow Leopard - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Install a hopefully-temporary workaround for Snow Leopard
Date
Msg-id 20090912155153.0E8C7753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Install a hopefully-temporary workaround for Snow Leopard readdir() bug.
If Apple doesn't fix that reasonably soon, we'll have to consider
back-patching a workaround; but for now, just hack it in HEAD so that
we can get buildfarm reports on HEAD from OS X machines.
Per Jan Otto.

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

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Remove TODO file; it has been added to the main Todo list in the
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve GRANT reference page's description of object ownership