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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
