Skip to content

Commit 99da905

Browse files
committed
Update obsolete comment that still referred to CheckpointLock
CheckpointLock was removed in commit d18e756, and commit ce197e9 updated a leftover comment in CreateCheckPoint, but there was another copy of it in CreateRestartPoint still.
1 parent 1cf7fb3 commit 99da905

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9664,7 +9664,7 @@ CreateRestartPoint(int flags)
96649664
if (EnableHotStandby)
96659665
TruncateSUBTRANS(GetOldestTransactionIdConsideredRunning());
96669666

9667-
/* Real work is done, but log and update before releasing lock. */
9667+
/* Real work is done; log and update stats. */
96689668
LogCheckpointEnd(true);
96699669

96709670
/* Reset the process title */

0 commit comments

Comments
 (0)