aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2015-02-24 14:32:56 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2015-02-24 14:33:26 +0200
commitdd58c6098f2f2fcea71c7125f9594268a24a38ad (patch)
tree89d21a9b0b73a15f990ccfeb4a9fac7b5e9e3e4b /src
parentb007bee1f6962ad1007056f64b9eb2e505fa6806 (diff)
downloadpostgresql-dd58c6098f2f2fcea71c7125f9594268a24a38ad.tar.gz
postgresql-dd58c6098f2f2fcea71c7125f9594268a24a38ad.zip
Fix typo in README.
Kyotaro Horiguchi
Diffstat (limited to 'src')
-rw-r--r--src/backend/replication/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/README b/src/backend/replication/README
index 2f5df49de67..8e5bf0d2b8a 100644
--- 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,
-recoverable using recovery_command, it starts up the walreceiver process
+restorable 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