]> granicus.if.org Git - postgresql/commit
initdb: Update check_need_password for new options
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 30 Jun 2012 12:39:16 +0000 (15:39 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 30 Jun 2012 12:41:54 +0000 (15:41 +0300)
commit31fff64ef522abeda9c26c0be7ffee32d27a1b3c
treef9815a0ab84cf99f3f664081faeed33341bd5732
parent214fa27e9296fa74955a0682a8bea4d6d42c4b13
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.
src/bin/initdb/initdb.c