Commit 33839b5f authored by Robert Haas's avatar Robert Haas

Fix leftover reference to background writer performing checkpoints.

This was changed in PostgreSQL 9.2, but somehow this comment never
got updated.
parent a94b7035
...@@ -617,7 +617,7 @@ typedef struct XLogCtlData ...@@ -617,7 +617,7 @@ typedef struct XLogCtlData
* During recovery, we keep a copy of the latest checkpoint record here. * During recovery, we keep a copy of the latest checkpoint record here.
* lastCheckPointRecPtr points to start of checkpoint record and * lastCheckPointRecPtr points to start of checkpoint record and
* lastCheckPointEndPtr points to end+1 of checkpoint record. Used by the * 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. * Protected by info_lck.
*/ */
......
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