1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Various minor comments changes from bgwriter to checkpointer.

This commit is contained in:
Simon Riggs
2012-01-30 14:34:25 +00:00
parent a578257040
commit 73f617f13f
3 changed files with 11 additions and 11 deletions

View File

@@ -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