Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9af7ec0

Browse files
committed
Some code for testing 64bit XIDs.
1 parent9619c43 commit9af7ec0

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)

[8]ページ先頭

©2009-2025 Movatter.jp