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

Started by Michael Paquieralmost 11 years ago1 messageshackers
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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

Attachments:

20150419_rewind_debug.patchtext/x-patch; charset=US-ASCII; name=20150419_rewind_debug.patchDownload+1-0