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

Commit 1239900

Browse files
author
Liudmila Mantrova
committed
DOC: documented track_global_snapshots variable for pg_shardman
1 parent c275885 commit 1239900

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

doc/src/sgml/config.sgml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8645,6 +8645,32 @@ LOG: CleanUpLock: deleting: lock(0xb7acd844) id(24688,24696,0,0,0,1)
86458645
</varlistentry>
86468646
</variablelist>
86478647
</sect1>
8648+
8649+
<sect1 id="runtime-misc">
8650+
<title>Miscellaneous</title>
8651+
8652+
<variablelist>
8653+
<varlistentry id="guc-track-global-snapshots" xreflabel="track_global_snapshots">
8654+
<term>
8655+
<varname>track_global_snapshots</> (<type>boolean</type>)
8656+
<indexterm>
8657+
<primary><varname>track_global_snapshots</> configuration parameter</primary>
8658+
</indexterm>
8659+
</term>
8660+
<listitem>
8661+
<para>
8662+
Enables/disables distributed transaction manager based on Clock-SI
8663+
algorithm. When set to <literal>true</true>, provides cluster-wide
8664+
transaction isolation at the <literal>Repeatable Read</literal> level.
8665+
</para>
8666+
<para>
8667+
Default: <literal>false</literal>
8668+
</para>
8669+
</listitem>
8670+
</varlistentry>
8671+
</variablelist>
8672+
</sect1>
8673+
86488674
<sect1 id="runtime-config-short">
86498675
<title>Short Options</title>
86508676

0 commit comments

Comments
 (0)