Re: crash-recovery replay of CREATE TABLESPACE is broken in HEAD

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Cc: Bruce Momjian <bruce@momjian.us>, pgsql-hackers@postgresql.org
Date: 2010-07-18T14:15:55Z
Lists: pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> Maybe you should check that it points to the right location? Or drop and 
> recreate the symlink, and ignore failure at mkdir.

More specifically, ignore EEXIST failure when replaying mkdir.  Anything
else is still a problem.

			regards, tom lane