[PATCHES] Auto create (top level) directory for create tablespace

2007-12-15 Thread Mark Kirkwood
I thought it made sense for CREATE TABLESPACE to attempt to create the top level location directory - and also for tablespace redo to do likwewise during WAL replay. Tablespace creation then behaves a bit more like intidb with respect to directory creation, which I found quite nice. Patch

Re: [PATCHES] Auto create (top level) directory for create tablespace

2007-12-15 Thread Tom Lane
Mark Kirkwood [EMAIL PROTECTED] writes: I thought it made sense for CREATE TABLESPACE to attempt to create the top level location directory - I thought we had deliberately made it not do that. Auto-recreate during replay sounds even worse. The problem is that a tablespace would normally be

Re: [PATCHES] Auto create (top level) directory for create tablespace

2007-12-15 Thread Mark Kirkwood
Tom Lane wrote: Mark Kirkwood [EMAIL PROTECTED] writes: I thought it made sense for CREATE TABLESPACE to attempt to create the top level location directory - I thought we had deliberately made it not do that. Auto-recreate during replay sounds even worse. The problem is that a