remove dbname arg from bootstrap mode

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: remove dbname arg from bootstrap mode
Date: 2007-02-16 00:07:18
Message-ID: 20070216000718.GA4682@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
boot-no-dbname.patch text/x-diff 4.9 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-02-16 00:35:46 Re: patch adding new regexp functions
Previous Message Jeremy Drake 2007-02-15 23:15:31 Re: patch adding new regexp functions