1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-11-27 23:18:25 +02:00

fix ptrack

This commit is contained in:
sfalkon
2017-11-03 14:56:16 +03:00
parent 3867e086e6
commit 6c478ee175

View File

@@ -170,7 +170,6 @@ class ProbackupTest(object):
node = testgres.get_new_node('test', base_dir=real_base_dir)
node.init(initdb_params=initdb_params, allow_streaming=set_replication)
node.should_rm_base_dir = True
# Sane default parameters, not a shit with fsync = off from testgres
node.append_conf("postgresql.auto.conf", "shared_buffers = 10MB")
@@ -195,6 +194,8 @@ class ProbackupTest(object):
node.append_conf("postgresql.auto.conf", "max_wal_senders = 10")
except:
pass
node.should_rm_base_dir = True
return node
def create_tblspace_in_node(self, node, tblspc_name, cfs=False):