pgsql: initdb: Update check_need_password for new options

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: initdb: Update check_need_password for new options
Date: 2012-06-30 20:43:49
Message-ID: E1Sl4WD-0003D3-HF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

initdb: Update check_need_password for new options

Change things so that something like initdb --auth-local=peer
--auth-host=md5 does not cause a "must specify a password" error,
like initdb -A md5 does.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e4ffa86b5739fdf85b1050c4b2e26ab14ef476e9

Modified Files
--------------
src/bin/initdb/initdb.c | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-06-30 20:45:46 pgsql: Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row
Previous Message Heikki Linnakangas 2012-06-30 20:14:42 pgsql: Validate xlog record header before enlarging the work area to st