mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01: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:
parent
d772b18d44
commit
bab588cd5c
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user