1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +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

@@ -82,7 +82,7 @@ typedef struct
/*
* Are any sync standbys defined? Waiting backends can't reload the
* config file safely, so WAL writer updates this value as needed.
* config file safely, so checkpointer updates this value as needed.
* Protected by SyncRepLock.
*/
bool sync_standbys_defined;