Re: 9.0beta2 - server crash when using HS + SR

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <bruce@momjian.us>
Cc: Fujii Masao <masao.fujii@gmail.com>, Greg Smith <greg@2ndquadrant.com>, Rafael Martinez <r.m.guerrero@usit.uio.no>, Robert Haas <robertmhaas@gmail.com>, pgsql-hackers@postgresql.org
Date: 2010-06-30T17:24:34Z
Lists: pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
>> FATAL:  directory "/path_to/ts" does not exist
>> HINT:  create "/path_to/ts" directory for tablespace before
>> restarting the server
>> CONTEXT:  xlog redo create ts: 16384 "/path_to/ts"

> This is an interesting patch idea.  One problem with the patch is that
> create_tablespace_directories() is called both during recovery and when
> creating a tablespace, and the hint only makes sense in the first case.

Please make the hint conform to the project message style guidelines.

			regards, tom lane