Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9af7ec0

Browse files
committed
Some code for testing 64bit XIDs.
1 parent 9619c43 commit 9af7ec0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/pb_lib.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ def make_bnode(self, name, base_dir=None, options={}):
8181
shutil.rmtree(real_base_dir, ignore_errors=True)
8282
node = get_new_node('test', base_dir=real_base_dir)
8383
node.init()
84+
# node.init(initdb_params=[
85+
# "-x", "0x123456789ABCDEF0",
86+
# "-m", "0x23456789ABCDEF01",
87+
# "-o", "0x3456789ABCDEF012"
88+
# ])
8489

8590
node.append_conf("postgresql.conf", "wal_level = hot_standby")
8691
node.append_conf("postgresql.conf", "archive_mode = on")

0 commit comments

Comments
 (0)