Update obsolete comment that still referred to CheckpointLock

CheckpointLock was removed in commit d18e75664a, and commit ce197e91d0
updated a leftover comment in CreateCheckPoint, but there was another
copy of it in CreateRestartPoint still.
pull/68/head
Heikki Linnakangas 4 years ago
parent 1ec7fca859
commit df9f0c716c
  1. 2
      src/backend/access/transam/xlog.c

@ -9702,7 +9702,7 @@ CreateRestartPoint(int flags)
if (EnableHotStandby)
TruncateSUBTRANS(GetOldestTransactionIdConsideredRunning());
/* Real work is done, but log and update before releasing lock. */
/* Real work is done; log and update stats. */
LogCheckpointEnd(true);
/* Reset the process title */

Loading…
Cancel
Save