mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Use --debug flag in "remote" pg_rewind regression tests.
Gives more information in the log, to debug possible failures.
This commit is contained in:
@ -295,6 +295,7 @@ sub run_pg_rewind
|
|||||||
{
|
{
|
||||||
# Do rewind using a remote connection as source
|
# Do rewind using a remote connection as source
|
||||||
command_ok(['pg_rewind',
|
command_ok(['pg_rewind',
|
||||||
|
"--debug",
|
||||||
"--source-server",
|
"--source-server",
|
||||||
"port=$port_standby dbname=postgres",
|
"port=$port_standby dbname=postgres",
|
||||||
"--target-pgdata=$test_master_datadir"],
|
"--target-pgdata=$test_master_datadir"],
|
||||||
|
Reference in New Issue
Block a user