mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Doc: Fix incorrect reference to conflicting column in pg_replication_slots.
Commit 007693f2a3 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
This commit is contained in:
parent
54fac0e505
commit
cf765ff824
@ -440,8 +440,8 @@ make prefix=/usr/local/pgsql.new install
|
|||||||
<para>
|
<para>
|
||||||
All slots on the old cluster must be usable, i.e., there are no slots
|
All slots on the old cluster must be usable, i.e., there are no slots
|
||||||
whose
|
whose
|
||||||
<link linkend="view-pg-replication-slots">pg_replication_slots</link>.<structfield>conflicting</structfield>
|
<link linkend="view-pg-replication-slots">pg_replication_slots</link>.<structfield>conflict_reason</structfield>
|
||||||
is <literal>true</literal>.
|
is not <literal>NULL</literal>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user