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_6_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/2933ed0362ae5fbc9e0c28035286318b4d299492 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
