mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
Fix leftover reference to background writer performing checkpoints.
This was changed in PostgreSQL 9.2, but somehow this comment never got updated.
This commit is contained in:
parent
a94b70356b
commit
33839b5ffb
1 changed files with 1 additions and 1 deletions
|
|
@ -617,7 +617,7 @@ typedef struct XLogCtlData
|
|||
* During recovery, we keep a copy of the latest checkpoint record here.
|
||||
* lastCheckPointRecPtr points to start of checkpoint record and
|
||||
* lastCheckPointEndPtr points to end+1 of checkpoint record. Used by the
|
||||
* background writer when it wants to create a restartpoint.
|
||||
* checkpointer when it wants to create a restartpoint.
|
||||
*
|
||||
* Protected by info_lck.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue