Commit 99da905d authored by Heikki Linnakangas's avatar Heikki Linnakangas

Update obsolete comment that still referred to CheckpointLock

CheckpointLock was removed in commit d18e7566, and commit ce197e91d0
updated a leftover comment in CreateCheckPoint, but there was another
copy of it in CreateRestartPoint still.
parent 1cf7fb37
......@@ -9664,7 +9664,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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment