mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
tests: use wal_keep_segments in make_simple_node
This commit is contained in:
@@ -373,6 +373,8 @@ class ProbackupTest(object):
|
||||
|
||||
if node.major_version >= 13:
|
||||
options['wal_keep_size'] = '200MB'
|
||||
else:
|
||||
options['wal_keep_segments'] = '100'
|
||||
|
||||
# set default values
|
||||
self.set_auto_conf(node, options)
|
||||
|
||||
Reference in New Issue
Block a user