aboutsummaryrefslogtreecommitdiff
path: root/src/test/recovery/t/032_relfilenode_reuse.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/recovery/t/032_relfilenode_reuse.pl')
-rw-r--r--src/test/recovery/t/032_relfilenode_reuse.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/recovery/t/032_relfilenode_reuse.pl b/src/test/recovery/t/032_relfilenode_reuse.pl
index 492ef115ba4..0c44883cc34 100644
--- a/src/test/recovery/t/032_relfilenode_reuse.pl
+++ b/src/test/recovery/t/032_relfilenode_reuse.pl
@@ -14,7 +14,7 @@ $node_primary->init(allows_streaming => 1);
$node_primary->append_conf(
'postgresql.conf', q[
allow_in_place_tablespaces = true
-log_connections=on
+log_connections=receipt
# to avoid "repairing" corruption
full_page_writes=off
log_min_messages=debug2