Re: 9.0beta2 - server crash when using HS + SR
Bruce Momjian <bruce@momjian.us>
From: Bruce Momjian <bruce@momjian.us>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: 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:15:57Z
Lists: pgsql-hackers
Attachments
- /pgpatches/tablespace (text/x-diff) patch
Fujii Masao wrote: > On Mon, Jun 14, 2010 at 9:16 AM, Greg Smith <greg@2ndquadrant.com> wrote: > > I wouldn't be adverse to improving the error messages emitted when this > > happens by the server to make it more obvious what's gone wrong in 9.1. > > ?That's the only genuine improvement I'd see value in here, to cut down on > > other people running into what you did and being as confused by it. > > What about the attached patch? When we encounter that problem, we get > the following hint message: > > 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. The attached patch shows the hint only during recovery. Unless there are objections, I will apply this for 9.0. I do think people will be hit by this more often in 9.0. -- Bruce Momjian <bruce@momjian.us> http://momjian.us EnterpriseDB http://enterprisedb.com + None of us is going to be here forever. +