Обсуждение: pgsql: Don't allow both --source-server and --source-target args to pg_

Поиск
Список
Период
Сортировка

pgsql: Don't allow both --source-server and --source-target args to pg_

От
Heikki Linnakangas
Дата:
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: <20161007103414.GD12247@nighthawk.caipicrew.dd-dns.de>

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(+)