Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcf765ff

Browse files
author
Amit Kapila
committed
Doc: Fix incorrect reference to conflicting column in pg_replication_slots.
Commit007693f changes the existing 'conflicting' field to'conflict_reason' in pg_replication_slots but missed updating one of itsexisting references.Author: Hou ZhijieDiscussion:https://postgr.es/m/OS0PR01MB571690299199ACA80F602D97947E2@OS0PR01MB5716.jpnprd01.prod.outlook.com
1 parent54fac0e commitcf765ff

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+
isnot<literal>NULL</literal>.
445445
</para>
446446
</listitem>
447447
<listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp