You've already forked pg_probackup
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user