Skip to content

Commit cf765ff

Browse files
author
Amit Kapila
committed
Doc: Fix incorrect reference to conflicting column in pg_replication_slots.
Commit 007693f changes the existing 'conflicting' field to 'conflict_reason' in pg_replication_slots but missed updating one of its existing references. Author: Hou Zhijie Discussion: https://postgr.es/m/OS0PR01MB571690299199ACA80F602D97947E2@OS0PR01MB5716.jpnprd01.prod.outlook.com
1 parent 54fac0e commit cf765ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/pgupgrade.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,8 @@ make prefix=/usr/local/pgsql.new install
440440
<para>
441441
All slots on the old cluster must be usable, i.e., there are no slots
442442
whose
443-
<link linkend="view-pg-replication-slots">pg_replication_slots</link>.<structfield>conflicting</structfield>
444-
is <literal>true</literal>.
443+
<link linkend="view-pg-replication-slots">pg_replication_slots</link>.<structfield>conflict_reason</structfield>
444+
is not <literal>NULL</literal>.
445445
</para>
446446
</listitem>
447447
<listitem>

0 commit comments

Comments
 (0)