Skip to content

Commit bab588c

Browse files
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
1 parent d772b18 commit bab588c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlogrecovery.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4427,7 +4427,7 @@ GetXLogReplayRecPtr(TimeLineID *replayTLI)
44274427
/*
44284428
* Get position of last applied, or the record being applied.
44294429
*
4430-
* This is different from GetLogReplayRecPtr() in that if a WAL
4430+
* This is different from GetXLogReplayRecPtr() in that if a WAL
44314431
* record is currently being applied, this includes that record.
44324432
*/
44334433
XLogRecPtr

0 commit comments

Comments
 (0)