aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/replication/README')
-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 ad4864dbbeb..0cbb9906135 100644
--- a/src/backend/replication/README
+++ b/src/backend/replication/README
@@ -54,7 +54,7 @@ and WalRcvData->slotname, and initializes the starting point in
WalRcvData->receiveStart.
As walreceiver receives WAL from the master server, and writes and flushes
-it to disk (in pg_xlog), it updates WalRcvData->receivedUpto and signals
+it to disk (in pg_wal), it updates WalRcvData->receivedUpto and signals
the startup process to know how far WAL replay can advance.
Walreceiver sends information about replication progress to the master server