diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2012-01-30 14:34:25 +0000 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2012-01-30 14:34:25 +0000 |
commit | 73f617f13f4ca185977d9f7b09bf9edc491cd12f (patch) | |
tree | d9059a4b21a62ba952721e91df2e60dc41843091 /src/backend/replication/syncrep.c | |
parent | a5782570402988205b3a42ed40f7bc157eac21fc (diff) | |
download | postgresql-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.c | 2 |
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 |