remove dbname arg from bootstrap mode - Mailing list pgsql-patches

From Alvaro Herrera
Subject remove dbname arg from bootstrap mode
Date
Msg-id 20070216000718.GA4682@alvh.no-ip.org
Whole thread Raw
Responses Re: remove dbname arg from bootstrap mode
List pgsql-patches
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 process, which is
undocumented and useless.

Unless there are objections I intend to apply this shortly.
AFAICS it doesn't need a catversion bump.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

Attachment

pgsql-patches by date:

Previous
From: "FAST PostgreSQL"
Date:
Subject: WIP patch - INSERT-able log statements
Next
From: Tom Lane
Date:
Subject: Re: patch adding new regexp functions