Turn on log_replication_commands in PostgresNode

This is useful for example for the pg_basebackup and related tests.
This commit is contained in:
Peter Eisentraut 2017-09-26 15:00:05 -04:00
parent 9a50a93c7b
commit 43588f58aa

View File

@ -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";