summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas2016-10-28 13:07:36 +0000
committerRobert Haas2016-10-28 13:09:00 +0000
commit33839b5ffbd7be56681f31d107ec8238c4a0494a (patch)
tree126728e99f04f0db7d4d058e460ff94d8960ce59
parenta94b70356bcc3b2f5fc107d0ddfa936c32535a30 (diff)
Fix leftover reference to background writer performing checkpoints.
This was changed in PostgreSQL 9.2, but somehow this comment never got updated.
-rw-r--r--src/backend/access/transam/xlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index c9bb46baa8f..6b1f24ef1f6 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -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.
*/