We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a50a93 commit 43588f5Copy full SHA for 43588f5
src/test/perl/PostgresNode.pm
@@ -419,6 +419,7 @@ sub init
419
print $conf "restart_after_crash = off\n";
420
print $conf "log_line_prefix = '%m [%p] %q%a '\n";
421
print $conf "log_statement = all\n";
422
+ print $conf "log_replication_commands = on\n";
423
print $conf "wal_retrieve_retry_interval = '500ms'\n";
424
print $conf "port = $port\n";
425
0 commit comments