aboutsummaryrefslogtreecommitdiff
path: root/src/test/postmaster/t/002_connection_limits.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/postmaster/t/002_connection_limits.pl')
-rw-r--r--src/test/postmaster/t/002_connection_limits.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/postmaster/t/002_connection_limits.pl b/src/test/postmaster/t/002_connection_limits.pl
index 325a00efd47..6442500fc37 100644
--- a/src/test/postmaster/t/002_connection_limits.pl
+++ b/src/test/postmaster/t/002_connection_limits.pl
@@ -20,7 +20,8 @@ $node->init(
$node->append_conf('postgresql.conf', "max_connections = 6");
$node->append_conf('postgresql.conf', "reserved_connections = 2");
$node->append_conf('postgresql.conf', "superuser_reserved_connections = 1");
-$node->append_conf('postgresql.conf', "log_connections = on");
+$node->append_conf('postgresql.conf',
+ "log_connections = 'receipt,authentication,authorization'");
$node->append_conf('postgresql.conf', "log_min_messages=debug2");
$node->start;