Fix typo in xlogrecovery.c code comment
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 7 Apr 2022 12:01:28 +0000 (14:01 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 7 Apr 2022 12:02:33 +0000 (14:02 +0200)
Author: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Discussion: https://postgr.es/m/CALj2ACUoPtnReT=yAQMcWLtcCpk7p83xjeA8tiRX8Q0_sjh8kw@mail.gmail.com

src/backend/access/transam/xlogrecovery.c

index 54fd10475a709e9a48eed1872f0d33de6c044832..2e555f8573d3063bc1e83c9714f2bb44735bac5d 100644 (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