diff options
Diffstat (limited to 'src/include/postmaster/bgworker_internals.h')
-rw-r--r-- | src/include/postmaster/bgworker_internals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/postmaster/bgworker_internals.h b/src/include/postmaster/bgworker_internals.h index 309a91124bd..f55adc85efc 100644 --- a/src/include/postmaster/bgworker_internals.h +++ b/src/include/postmaster/bgworker_internals.h @@ -27,7 +27,7 @@ * List of background workers, private to postmaster. * * All workers that are currently running will also have an entry in - * BackendList. + * ActiveChildList. */ typedef struct RegisteredBgWorker { |