1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-06-21 01:34:15 +02:00

Some code for testing 64bit XIDs.

This commit is contained in:
stalkerg
2016-12-20 18:13:44 +03:00
parent 9619c43df0
commit 9af7ec092b
+5
View File
@@ -81,6 +81,11 @@ class ProbackupTest(object):
shutil.rmtree(real_base_dir, ignore_errors=True)
node = get_new_node('test', base_dir=real_base_dir)
node.init()
# node.init(initdb_params=[
# "-x", "0x123456789ABCDEF0",
# "-m", "0x23456789ABCDEF01",
# "-o", "0x3456789ABCDEF012"
# ])
node.append_conf("postgresql.conf", "wal_level = hot_standby")
node.append_conf("postgresql.conf", "archive_mode = on")