aboutsummaryrefslogtreecommitdiff
path: root/src/test/recovery/t/022_crash_temp_files.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/recovery/t/022_crash_temp_files.pl')
-rw-r--r--src/test/recovery/t/022_crash_temp_files.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/recovery/t/022_crash_temp_files.pl b/src/test/recovery/t/022_crash_temp_files.pl
index 50def031c96..0b68860bd3e 100644
--- a/src/test/recovery/t/022_crash_temp_files.pl
+++ b/src/test/recovery/t/022_crash_temp_files.pl
@@ -26,7 +26,7 @@ $node->start();
$node->safe_psql(
'postgres',
q[ALTER SYSTEM SET remove_temp_files_after_crash = on;
- ALTER SYSTEM SET log_connections = 1;
+ ALTER SYSTEM SET log_connections = receipt;
ALTER SYSTEM SET work_mem = '64kB';
ALTER SYSTEM SET restart_after_crash = on;
SELECT pg_reload_conf();]);