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

Commitd976755

Browse files
author
Maksim Milyutin
committed
Add doc entries for 64-bit xid options
1 parentf9b622e commitd976755

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

‎doc/src/sgml/ref/initdb.sgml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,45 @@ doc/src/sgml/ref/initdb.sgml
369369
</variablelist>
370370
</para>
371371

372+
<para>
373+
Other options for testing 64-bit XID:
374+
375+
<variablelist>
376+
<varlistentry>
377+
<term><option>-m <replaceable class="parameter">START_MX_ID</replaceable></option></term>
378+
<term><option>--multixact-id=<replaceable class="parameter">START_MX_ID</replaceable></option></term>
379+
<listitem>
380+
<para>
381+
Specifies a start multixact id value in the hex format for new db instance to test 64-bit xids,
382+
default value is <literal>0</literal>.
383+
</para>
384+
</listitem>
385+
</varlistentry>
386+
387+
<varlistentry>
388+
<term><option>-o <replaceable class="parameter">START_MX_OFFSET</replaceable></option></term>
389+
<term><option>--multixact-offset=<replaceable class="parameter">START_MX_OFFSET</replaceable></option></term>
390+
<listitem>
391+
<para>
392+
Specifies a start multixact offset value in the decimal format for new db instance to test 64-bit xids,
393+
default value is <literal>0</literal>.
394+
</para>
395+
</listitem>
396+
</varlistentry>
397+
398+
<varlistentry>
399+
<term><option>-x <replaceable class="parameter">START_XID</replaceable></option></term>
400+
<term><option>--xid=<replaceable class="parameter">START_XID</replaceable></option></term>
401+
<listitem>
402+
<para>
403+
Specifies a start xid value in the hex format for new db instance to test 64-bit xids,
404+
default value is <literal>0</literal>.
405+
</para>
406+
</listitem>
407+
</varlistentry>
408+
</variablelist>
409+
</para>
410+
372411
<para>
373412
Other options:
374413

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp