Thread: pgsql: TablespaceCreateDbspace should function normally even on

pgsql: TablespaceCreateDbspace should function normally even on

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
TablespaceCreateDbspace should function normally even on platforms that do not
have symlinks (ie, Windows).  Although it'll never be called on to do anything
useful during normal operation on such a platform, it's still needed to
re-create dropped directories during WAL replay.

Modified Files:
--------------
    pgsql/src/backend/commands:
        tablespace.c (r1.32 -> r1.33)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablespace.c.diff?r1=1.32&r2=1.33)