aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/syncrep.c
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2012-01-30 14:34:25 +0000
committerSimon Riggs <simon@2ndQuadrant.com>2012-01-30 14:34:25 +0000
commit73f617f13f4ca185977d9f7b09bf9edc491cd12f (patch)
treed9059a4b21a62ba952721e91df2e60dc41843091 /src/backend/replication/syncrep.c
parenta5782570402988205b3a42ed40f7bc157eac21fc (diff)
downloadpostgresql-73f617f13f4ca185977d9f7b09bf9edc491cd12f.tar.gz
postgresql-73f617f13f4ca185977d9f7b09bf9edc491cd12f.zip
Various minor comments changes from bgwriter to checkpointer.
Diffstat (limited to 'src/backend/replication/syncrep.c')
-rw-r--r--src/backend/replication/syncrep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/syncrep.c b/src/backend/replication/syncrep.c
index 1273a8b9ebf..81b1fb4e8d4 100644
--- a/src/backend/replication/syncrep.c
+++ b/src/backend/replication/syncrep.c
@@ -581,7 +581,7 @@ SyncRepWakeQueue(bool all, int mode)
}
/*
- * The background writer calls this as needed to update the shared
+ * The checkpointer calls this as needed to update the shared
* sync_standbys_defined flag, so that backends don't remain permanently wedged
* if synchronous_standby_names is unset. It's safe to check the current value
* without the lock, because it's only ever updated by one process. But we