aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/commit_ts/t/002_standby.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/modules/commit_ts/t/002_standby.pl')
-rw-r--r--src/test/modules/commit_ts/t/002_standby.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/modules/commit_ts/t/002_standby.pl b/src/test/modules/commit_ts/t/002_standby.pl
index 4dbde2978e4..ff600445406 100644
--- a/src/test/modules/commit_ts/t/002_standby.pl
+++ b/src/test/modules/commit_ts/t/002_standby.pl
@@ -15,7 +15,6 @@ $master->append_conf(
'postgresql.conf', qq{
track_commit_timestamp = on
max_wal_senders = 5
- wal_level = hot_standby
});
$master->start;
$master->backup($bkplabel);