diff options
Diffstat (limited to 'src/include/replication/walsender_private.h')
-rw-r--r-- | src/include/replication/walsender_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/replication/walsender_private.h b/src/include/replication/walsender_private.h index f6cae84a6d4..183bf19f6df 100644 --- a/src/include/replication/walsender_private.h +++ b/src/include/replication/walsender_private.h @@ -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; |