mirror of https://github.com/postgres/postgres
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:
parent
d772b18d44
commit
bab588cd5c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue