RewindTest.pm missing --debug for remote mode in pg_rewind tests - Mailing list pgsql-hackers

From Michael Paquier
Subject RewindTest.pm missing --debug for remote mode in pg_rewind tests
Date
Msg-id CAB7nPqSMRFZcfB-b6Un8KvnJKWNLi+qckkXgsy1Fu4dQBif=gw@mail.gmail.com
Whole thread Raw
List 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

Attachment

pgsql-hackers by date:

Previous
From: Palle Girgensohn
Date:
Subject: Re: [pgsql-packagers] Palle Girgensohn's ICU patch
Next
From: Michael Paquier
Date:
Subject: Re: Supporting TAP tests with MSVC and Windows