Don't allow both --source-server and --source-target args to pg_rewind. They are supposed to be mutually exclusive, but there was no check for that.
Michael Banck Discussion: <[email protected]> Branch ------ REL9_5_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/010a1b5614cc6a26b35ea04ba85271baa0e929ac Modified Files -------------- src/bin/pg_rewind/pg_rewind.c | 7 +++++++ 1 file changed, 7 insertions(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
