projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b1fab3
)
Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2.
author
Heikki Linnakangas
Tue, 18 Feb 2014 07:48:18 +0000
(09:48 +0200)
committer
Heikki Linnakangas
Tue, 18 Feb 2014 07:48:18 +0000
(09:48 +0200)
Amit Langote
src/backend/access/transam/xlog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlog.c
b/src/backend/access/transam/xlog.c
index 76c244c915f29d969f7b6c8109dc3e7572fdaf21..78b8f4695c30d1e07e516630bbb46368cbb373ae 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-128,7
+128,7
@@
const struct config_enum_entry sync_method_options[] = {
/*
* Statistics for current checkpoint are collected in this global struct.
- * Because only the
background wri
ter or a stand-alone backend can perform
+ * Because only the
checkpoin
ter or a stand-alone backend can perform
* checkpoints, this will be unused in normal backends.
*/
CheckpointStatsData CheckpointStats;