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

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: RewindTest.pm missing --debug for remote mode in pg_rewind tests
Date: 2015-04-19 12:00:49
Message-ID: CAB7nPqSMRFZcfB-b6Un8KvnJKWNLi+qckkXgsy1Fu4dQBif=gw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
20150419_rewind_debug.patch text/x-patch 470 bytes

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2015-04-19 13:01:40 Re: Supporting TAP tests with MSVC and Windows
Previous Message Palle Girgensohn 2015-04-19 11:46:28 Re: [pgsql-packagers] Palle Girgensohn's ICU patch