diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2022-04-07 14:01:28 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2022-04-07 14:02:33 +0200 |
commit | bab588cd5cbbeb43cda6e20c967b43000ea2aa80 (patch) | |
tree | 5eb555f046a690793101fd0b6ca6700bf7effabb /src | |
parent | d772b18d44c209ec4a48ba6e1d86c13445318b81 (diff) | |
download | postgresql-bab588cd5cbbeb43cda6e20c967b43000ea2aa80.tar.gz postgresql-bab588cd5cbbeb43cda6e20c967b43000ea2aa80.zip |
Fix typo in xlogrecovery.c code comment
Author: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Discussion: https://postgr.es/m/CALj2ACUoPtnReT=yAQMcWLtcCpk7p83xjeA8tiRX8Q0_sjh8kw@mail.gmail.com
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 |