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
------
REL9_2_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/31fff64ef522abeda9c26c0be7ffee32d27a1b3c
Modified Files
--------------
src/bin/initdb/initdb.c | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)