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
This commit is contained in:
Daniel Gustafsson 2022-04-07 14:01:28 +02:00
parent d772b18d44
commit bab588cd5c
1 changed files with 1 additions and 1 deletions

View File

@ -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