diff options
Diffstat (limited to 'src/backend/access/transam/timeline.c')
-rw-r--r-- | src/backend/access/transam/timeline.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/transam/timeline.c b/src/backend/access/transam/timeline.c index bd91573708b..43436a97a91 100644 --- a/src/backend/access/transam/timeline.c +++ b/src/backend/access/transam/timeline.c @@ -43,7 +43,7 @@ /* * Copies all timeline history files with id's between 'begin' and 'end' - * from archive to pg_xlog. + * from archive to pg_wal. */ void restoreTimeLineHistoryFiles(TimeLineID begin, TimeLineID end) @@ -191,7 +191,7 @@ readTimeLineHistory(TimeLineID targetTLI) result = lcons(entry, result); /* - * If the history file was fetched from archive, save it in pg_xlog for + * If the history file was fetched from archive, save it in pg_wal for * future reference. */ if (fromArchive) |