summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/recovery.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/access/transam/recovery.conf.sample')
-rw-r--r--src/backend/access/transam/recovery.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/recovery.conf.sample b/src/backend/access/transam/recovery.conf.sample
index 7a16751541..d5cb437e50 100644
--- a/src/backend/access/transam/recovery.conf.sample
+++ b/src/backend/access/transam/recovery.conf.sample
@@ -98,7 +98,7 @@
#
# If recovery_target_action = 'pause', recovery will pause when the
# recovery target is reached. The pause state will continue until
-# pg_xlog_replay_resume() is called. This setting has no effect if
+# pg_wal_replay_resume() is called. This setting has no effect if
# no recovery target is set. If hot_standby is not enabled then the
# server will shutdown instead, though you may request this in
# any case by specifying 'shutdown'.