mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Update obsolete comment that still referred to CheckpointLock
CheckpointLock was removed in commitd18e75664a
, and commitce197e91d0
updated a leftover comment in CreateCheckPoint, but there was another copy of it in CreateRestartPoint still.
This commit is contained in:
@ -9664,7 +9664,7 @@ CreateRestartPoint(int flags)
|
|||||||
if (EnableHotStandby)
|
if (EnableHotStandby)
|
||||||
TruncateSUBTRANS(GetOldestTransactionIdConsideredRunning());
|
TruncateSUBTRANS(GetOldestTransactionIdConsideredRunning());
|
||||||
|
|
||||||
/* Real work is done, but log and update before releasing lock. */
|
/* Real work is done; log and update stats. */
|
||||||
LogCheckpointEnd(true);
|
LogCheckpointEnd(true);
|
||||||
|
|
||||||
/* Reset the process title */
|
/* Reset the process title */
|
||||||
|
Reference in New Issue
Block a user