]> granicus.if.org Git - postgresql/commitdiff
Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 18 Feb 2014 07:48:18 +0000 (09:48 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 18 Feb 2014 07:50:29 +0000 (09:50 +0200)
Amit Langote

src/backend/access/transam/xlog.c

index 93ee0709801a3edc2772cf8ed7c4dde3c3880e63..314b9e97fae86de9ea331636c4dcadf222641fe1 100644 (file)
@@ -124,7 +124,7 @@ const struct config_enum_entry sync_method_options[] = {
 
 /*
  * Statistics for current checkpoint are collected in this global struct.
- * Because only the background writer or a stand-alone backend can perform
+ * Because only the checkpointer or a stand-alone backend can perform
  * checkpoints, this will be unused in normal backends.
  */
 CheckpointStatsData CheckpointStats;