Re: [PATCHES] remove dbname arg from bootstrap mode

2007-02-15 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> (c) Can't you remove the output-dbname argument you added to InitPostgres? > (I'm not sure if this last comment is related to this particular patch > or a gripe about the InitPostgres change in the autovac patch?) No, I was thinking

Re: [PATCHES] remove dbname arg from bootstrap mode

2007-02-15 Thread Alvaro Herrera
Tom Lane wrote: > Alvaro Herrera <[EMAIL PROTECTED]> writes: > > This little patch removes the dbname argument to InitPostgres in the > > bootstrap mode. It also cleans a bit of fallout: initdb uselessly > > passing an unused database name, postmaster starting a dummy process, > > and removes the

Re: [PATCHES] remove dbname arg from bootstrap mode

2007-02-15 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes: > This little patch removes the dbname argument to InitPostgres in the > bootstrap mode. It also cleans a bit of fallout: initdb uselessly > passing an unused database name, postmaster starting a dummy process, > and removes the -y option to the bootstrap