projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e8a80d
)
doc: Fix some issues in logical replication section
author
Michael Paquier
Thu, 19 Jan 2023 05:00:23 +0000
(14:00 +0900)
committer
Michael Paquier
Thu, 19 Jan 2023 05:00:23 +0000
(14:00 +0900)
wal_retrieve_retry_interval was mentioned under an incorrect name, and
wal_sender_timeout was not listed as affecting WAL senders in logical
replication mode.
Author: Takamichi Osumi
Discussion: https://postgr.es/m/TYCPR01MB8373D65E6B0A769ED12EADCBEDC79@TYCPR01MB8373.jpnprd01.prod.outlook.com
doc/src/sgml/logical-replication.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/logical-replication.sgml
b/doc/src/sgml/logical-replication.sgml
index f4b4e641bebc971f9613d4a16129848c33ef7040..1bd5660c87e480d8f8f1f2eaa8736445aa644a30 100644
(file)
--- a/
doc/src/sgml/logical-replication.sgml
+++ b/
doc/src/sgml/logical-replication.sgml
@@
-1807,6
+1807,11
@@
CONTEXT: processing remote data for replication origin "pg_16395" during "INSER
replicas that are connected at the same time.
+
+ Logical replication walsender is also affected by
+
wal_sender_timeout
.
+
+
@@
-1850,7
+1855,7
@@
CONTEXT: processing remote data for replication origin "pg_16395" during "INSER
Logical replication workers are also affected by
wal_receiver_timeout
,
wal_receiver_status_interval
and
-
wal_re
ceiver
_retry_interval
.
+
wal_re
trieve
_retry_interval
.