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

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

From
Michael Paquier
Date:
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