diff options
Diffstat (limited to 'src/backend/replication/walsender.c')
-rw-r--r-- | src/backend/replication/walsender.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c index 0f3ced250cd..bc5e50807af 100644 --- a/src/backend/replication/walsender.c +++ b/src/backend/replication/walsender.c @@ -586,7 +586,7 @@ StartReplication(StartReplicationCmd *cmd) * segment that contains switchpoint, but on the new timeline, so * that it doesn't end up with a partial segment. If you ask for a * too old starting point, you'll get an error later when we fail - * to find the requested WAL segment in pg_xlog. + * to find the requested WAL segment in pg_wal. * * XXX: we could be more strict here and only allow a startpoint * that's older than the switchpoint, if it's still in the same @@ -2058,7 +2058,7 @@ retry: * * For example, imagine that this server is currently on timeline * 5, and we're streaming timeline 4. The switch from timeline 4 - * to 5 happened at 0/13002088. In pg_xlog, we have these files: + * to 5 happened at 0/13002088. In pg_wal, we have these files: * * ... * 000000040000000000000012 |