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

Commit c5fa0ff

Browse files
author
Liudmila Mantrova
committed
DOC: bug fix - removed instructions for max_nodes change
1 parent 0a5d843 commit c5fa0ff

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

doc/src/sgml/multimaster.sgml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,6 @@ pg_basebackup -D <replaceable>datadir</replaceable> -h node1 -x
688688
<literal>node4</literal>:
689689
</para>
690690
<programlisting>
691-
multimaster.max_nodes = 4
692691
multimaster.node_id = 4
693692
multimaster.conn_strings = 'dbname=mydb user=myuser host=node1, dbname=mydb user=myuser host=node2,
694693
dbname=mydb user=myuser host=node3, dbname=mydb user=myuser host=node4'
@@ -711,7 +710,7 @@ pg_ctl -D <replaceable>datadir</replaceable> -l <replaceable>pg.log</replaceable
711710
<orderedlist>
712711
<listitem>
713712
<para>
714-
Change <literal>multimaster.conn_strings</literal> and <literal>multimaster.max_nodes</literal> to include the new node.
713+
Change <literal>multimaster.conn_strings</literal> to include the new node.
715714
</para>
716715
</listitem>
717716
<listitem>
@@ -720,11 +719,6 @@ pg_ctl -D <replaceable>datadir</replaceable> -l <replaceable>pg.log</replaceable
720719
replication to the new node.
721720
</para>
722721
</listitem>
723-
<listitem>
724-
<para>
725-
Restart all cluster nodes.
726-
</para>
727-
</listitem>
728722
</orderedlist>
729723
<para>
730724
<emphasis role="strong">See Also</emphasis></para>

0 commit comments

Comments
 (0)