projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaec6a6
)
Use --debug flag in "remote" pg_rewind regression tests.
author
Heikki Linnakangas
Thu, 9 Jul 2015 13:15:09 +0000
(16:15 +0300)
committer
Heikki Linnakangas
Thu, 9 Jul 2015 13:15:09 +0000
(16:15 +0300)
Gives more information in the log, to debug possible failures.
src/bin/pg_rewind/RewindTest.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_rewind/RewindTest.pm
b/src/bin/pg_rewind/RewindTest.pm
index e57b41734df2368b34064bed274960b76346a790..db5e90b3c0f4e7b94e1b521016c63215864c6e7f 100644
(file)
--- a/
src/bin/pg_rewind/RewindTest.pm
+++ b/
src/bin/pg_rewind/RewindTest.pm
@@
-295,6
+295,7
@@
sub run_pg_rewind
{
# Do rewind using a remote connection as source
command_ok(['pg_rewind',
+ "--debug",
"--source-server",
"port=$port_standby dbname=postgres",
"--target-pgdata=$test_master_datadir"],