diff options
| author | Peter Eisentraut | 2017-09-26 19:00:05 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2017-09-26 20:05:25 +0000 |
| commit | 43588f58aa045c736af168267e0f1c5934333e15 (patch) | |
| tree | 1ba17f50b58a730f354ba19925d9f61f07397e71 /src/test | |
| parent | 9a50a93c7b1427f6182ed1f21ed76da5b1d6a57c (diff) | |
Turn on log_replication_commands in PostgresNode
This is useful for example for the pg_basebackup and related tests.
Diffstat (limited to 'src/test')
| -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 edcac6fb9f6..b44f70d27cc 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_replication_commands = on\n"; print $conf "wal_retrieve_retry_interval = '500ms'\n"; print $conf "port = $port\n"; |
