Add option "--initdb-no-pwprompt"

Previously repmgr passed the -W flag to initdb, which forced
manual input of a password; this option removes the -W flag
to make repetitive testing easier.

Conflicts:
	repmgr.c
	repmgr.h
This commit is contained in:
Ian Barwick
2014-12-24 19:07:08 +09:00
committed by Ian Barwick
parent 1d9aacfed9
commit e8bc5521a5
3 changed files with 11 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
2.0.3 2015-??-??
Add option "--initdb-no-pwprompt" (Ian)
Add -S/--superuser option for witness database creation Ian)
Add -X/--fast-checkpoint option for cloning (Christoph)
Add option "--initdb-no-pwprompt" (Ian)
2.0.2 2015-02-17
Add "--checksum" in rsync when using "--force" (Jaime)