projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54fac0e
)
Doc: Fix incorrect reference to conflicting column in pg_replication_slots.
author
Amit Kapila
Mon, 29 Jan 2024 06:43:39 +0000
(12:13 +0530)
committer
Amit Kapila
Mon, 29 Jan 2024 06:43:39 +0000
(12:13 +0530)
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
doc/src/sgml/ref/pgupgrade.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pgupgrade.sgml
b/doc/src/sgml/ref/pgupgrade.sgml
index 87be1fb1c2682a8a44ee6032298520dc336faff5..ae6d3c49a69164a84e0c3595ce6e7fe375f1d07f 100644
(file)
--- a/
doc/src/sgml/ref/pgupgrade.sgml
+++ b/
doc/src/sgml/ref/pgupgrade.sgml
@@
-440,8
+440,8
@@
make prefix=/usr/local/pgsql.new install
All slots on the old cluster must be usable, i.e., there are no slots
whose
-
pg_replication_slots.
conflict
ing
- is
true
.
+
pg_replication_slots.
conflict
_reason
+ is
not
NULL
.