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 b6e948b commit 7a3f26fCopy full SHA for 7a3f26f
tests/archive.py
@@ -2008,7 +2008,8 @@ def test_archive_pg_receivexlog_partial_handling(self):
2008
node = self.make_simple_node(
2009
base_dir=os.path.join(module_name, fname, 'node'),
2010
set_replication=True,
2011
- initdb_params=['--data-checksums'])
+ initdb_params=['--data-checksums'],
2012
+ pg_options={'autovacuum': 'off'})
2013
2014
self.init_pb(backup_dir)
2015
self.add_instance(backup_dir, 'node', node)
0 commit comments