1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-08 13:44:32 +02:00

Merge branch 'PBCKP-114' into 'master'

Resolve PBCKP-114

Closes PBCKP-114

See merge request a.kozhemyakin/pg_probackup!4
This commit is contained in:
Aleksandr Kozhemyakin 2021-02-16 03:23:12 +00:00
commit ce77d8e323

View File

@ -146,7 +146,6 @@ def slow_start(self, replica=False):
class ProbackupTest(object):
# Class attributes
enterprise = is_enterprise()
nodes = []
def __init__(self, *args, **kwargs):
super(ProbackupTest, self).__init__(*args, **kwargs)
@ -404,7 +403,6 @@ class ProbackupTest(object):
if node.major_version >= 13:
self.set_auto_conf(
node, {}, 'postgresql.conf', ['wal_keep_segments'])
self.nodes.append(node)
return node
def create_tblspace_in_node(self, node, tblspc_name, tblspc_path=None, cfs=False):