RewindTest.pm missing --debug for remote mode in pg_rewind tests

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема RewindTest.pm missing --debug for remote mode in pg_rewind tests
Дата
Msg-id CAB7nPqSMRFZcfB-b6Un8KvnJKWNLi+qckkXgsy1Fu4dQBif=gw@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
Hi all,

I just noticed that --debug mode is missing for the remote mode of pg_rewind:
                # Do rewind using a remote connection as source
                my $result =
                        run(['pg_rewind',
+                                "--debug",
                                 "--source-server",
"port=$port_standby dbname=postgres",
                                 "--target-pgdata=$test_master_datadir"],
                                '>>', $log_path, '2>&1');
It is used for the local mode, hence I guess it makes sense to add it
there as well.
Regards,
--
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Palle Girgensohn
Дата:
Сообщение: Re: [pgsql-packagers] Palle Girgensohn's ICU patch
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Supporting TAP tests with MSVC and Windows