diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2018-01-06 12:24:19 +0000 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2018-01-06 12:24:19 +0000 |
commit | 6271fceb8a4f07dafe9d67dcf7e849b319bb2647 (patch) | |
tree | 183f9cb6ed74f040cacf9367753be4908bb1993c /src/test/perl/PostgresNode.pm | |
parent | 6668a54eb8ef639a3182ae9e37e4e67982c44292 (diff) | |
download | postgresql-6271fceb8a4f07dafe9d67dcf7e849b319bb2647.tar.gz postgresql-6271fceb8a4f07dafe9d67dcf7e849b319bb2647.zip |
Add TIMELINE to backup_label file
Allows new test to confirm timelines match
Author: Michael Paquier
Reviewed-by: David Steele
Diffstat (limited to 'src/test/perl/PostgresNode.pm')
-rw-r--r-- | src/test/perl/PostgresNode.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/perl/PostgresNode.pm b/src/test/perl/PostgresNode.pm index 93faadc20e9..80f68df246b 100644 --- a/src/test/perl/PostgresNode.pm +++ b/src/test/perl/PostgresNode.pm @@ -419,6 +419,7 @@ sub init print $conf "restart_after_crash = off\n"; print $conf "log_line_prefix = '%m [%p] %q%a '\n"; print $conf "log_statement = all\n"; + print $conf "log_min_messages = debug1\n"; print $conf "log_replication_commands = on\n"; print $conf "wal_retrieve_retry_interval = '500ms'\n"; print $conf "port = $port\n"; |