Re: 9.0beta2 - server crash when using HS + SR - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 9.0beta2 - server crash when using HS + SR
Date
Msg-id 13033.1277918674@sss.pgh.pa.us
Whole thread Raw
In response to Re: 9.0beta2 - server crash when using HS + SR  (Bruce Momjian <bruce@momjian.us>)
List 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


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Check constraints on non-immutable keys
Next
From: Tom Lane
Date:
Subject: Re: 9.0beta2 - server crash when using HS + SR