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
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
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