1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

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

View File

@ -4427,7 +4427,7 @@ GetXLogReplayRecPtr(TimeLineID *replayTLI)
/* /*
* Get position of last applied, or the record being applied. * 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. * record is currently being applied, this includes that record.
*/ */
XLogRecPtr XLogRecPtr