diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/access/transam/xlogrecovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlogrecovery.c b/src/backend/access/transam/xlogrecovery.c index 54fd10475a7..2e555f8573d 100644 --- a/src/backend/access/transam/xlogrecovery.c +++ b/src/backend/access/transam/xlogrecovery.c @@ -4427,7 +4427,7 @@ GetXLogReplayRecPtr(TimeLineID *replayTLI) /* * Get position of last applied, or the record being applied. * - * This is different from GetLogReplayRecPtr() in that if a WAL + * This is different from GetXLogReplayRecPtr() in that if a WAL * record is currently being applied, this includes that record. */ XLogRecPtr |