We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a28319 commit 6ecfa8eCopy full SHA for 6ecfa8e
tests/archive.py
@@ -899,6 +899,7 @@ def test_basic_master_and_replica_concurrent_archiving(self):
899
initdb_params=['--data-checksums'],
900
pg_options={
901
'checkpoint_timeout': '30s',
902
+ 'autovacuum': 'off',
903
'archive_timeout': '10s'})
904
905
replica = self.make_simple_node(
0 commit comments