diff options
Diffstat (limited to 'src/test/modules/commit_ts/t/002_standby.pl')
-rw-r--r-- | src/test/modules/commit_ts/t/002_standby.pl | 1 |
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); |