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:
@@ -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
|
||||
|
Reference in New Issue
Block a user