]> 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 20:42:32 +0000 (23:42 +0300)
commite4ffa86b5739fdf85b1050c4b2e26ab14ef476e9
treea26ebf834f5d97535c197fc26e50120c2192978a
parent567787f216da750b3805aea6fd8aef19e8b882a1
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