Log Message:
-----------
Properly replay CREATE TABLESPACE during crash recovery by deleting
directory/symlink before creation.
Report from Tom Lane.
Backpatch to 9.0.
Tags:
----
REL9_0_STABLE
Modified Files:
--------------
pgsql/src/backend/commands:
dbcommands.c (r1.235 -> r1.235.4.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/dbcommands.c?r1=1.235&r2=1.235.4.1)
tablespace.c (r1.76 -> r1.76.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablespace.c?r1=1.76&r2=1.76.2.1)