projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ace456
)
Fix typo
author
Magnus Hagander
Sun, 2 Jan 2022 16:03:32 +0000
(17:03 +0100)
committer
Magnus Hagander
Sun, 2 Jan 2022 16:06:32 +0000
(17:06 +0100)
Reported-By: Eric Mutta
Backpatch-through: 10
Discussion: https://postgr.es/m/
164052477973
.21665.
7888120874624887609
@wrigleys.postgresql.org
doc/src/sgml/high-availability.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/high-availability.sgml
b/doc/src/sgml/high-availability.sgml
index c43f214020553559dbd0783b564982eba0494244..a265409f025140f5b8945aa0bf954c9b3a2cb94c 100644
(file)
--- a/
doc/src/sgml/high-availability.sgml
+++ b/
doc/src/sgml/high-availability.sgml
@@
-1089,7
+1089,7
@@
primary_slot_name = 'node_a_slot'
servers. Waiting for confirmation increases the user's confidence that the
changes will not be lost in the event of server crashes but it also
necessarily increases the response time for the requesting transaction.
- The minimum wait time is the round-trip time between primary
to
standby.
+ The minimum wait time is the round-trip time between primary
and
standby.