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
pull/81/head
Daniel Gustafsson 4 years ago
parent d772b18d44
commit bab588cd5c
  1. 2
      src/backend/access/transam/xlogrecovery.c

@ -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…
Cancel
Save