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

Commit 8868d2b

Browse files
author
Liudmila Mantrova
committed
DOC: fixed default values for multimaster's max_workers and ignore_tables_without_pk
1 parent cf58bcd commit 8868d2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/src/sgml/multimaster.sgml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ pg_ctl -D <replaceable>datadir</replaceable> -l <replaceable>pg.log</replaceable
10911091
while <literal>UPDATE</literal> and <literal>DELETE</literal> operations are not replicated
10921092
because of the logical replication restrictions.
10931093
</para>
1094-
<para>Default: <literal>off</literal>
1094+
<para>Default: <literal>false</literal>
10951095
</para></listitem></varlistentry>
10961096
<varlistentry><term><varname>multimaster.cluster_name</varname><indexterm><primary><varname>multimaster.cluster_name</varname></primary></indexterm></term><listitem><para>
10971097
Name of the cluster. If
@@ -1169,6 +1169,9 @@ pg_ctl -D <replaceable>datadir</replaceable> -l <replaceable>pg.log</replaceable
11691169
in the whole cluster is bigger than the provided value, it can lead to undetected deadlocks.
11701170
</para>
11711171
</important>
1172+
</para>
1173+
<para>Default: 100
1174+
</para>
11721175
</listitem>
11731176
</varlistentry>
11741177
<varlistentry>

0 commit comments

Comments
 (0)