mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 01:30:11 -04:00
Update obsolete comment that still referred to CheckpointLock
CheckpointLock was removed in commitd18e75664a, and commitce197e91d0updated a leftover comment in CreateCheckPoint, but there was another copy of it in CreateRestartPoint still.
This commit is contained in:
parent
1ec7fca859
commit
df9f0c716c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue