projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b007bee
)
Fix typo in README.
author
Heikki Linnakangas
Tue, 24 Feb 2015 12:32:56 +0000
(14:32 +0200)
committer
Heikki Linnakangas
Tue, 24 Feb 2015 12:33:26 +0000
(14:33 +0200)
Kyotaro Horiguchi
src/backend/replication/README
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/README
b/src/backend/replication/README
index 2f5df49de67b3c93cc0dc81653e191bb31e735b4..8e5bf0d2b8a1f5258273e539cbdf4ab6d939c72e 100644
(file)
--- a/
src/backend/replication/README
+++ b/
src/backend/replication/README
@@
-42,7
+42,7
@@
Walreceiver IPC
---------------
When the WAL replay in startup process has reached the end of archived WAL,
-re
coverable using recovery
_command, it starts up the walreceiver process
+re
storable using restore
_command, it starts up the walreceiver process
to fetch more WAL (if streaming replication is configured).
Walreceiver is a postmaster subprocess, so the startup process can't fork it