diff options
Diffstat (limited to 'src/include/utils/backend_status.h')
-rw-r--r-- | src/include/utils/backend_status.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/backend_status.h b/src/include/utils/backend_status.h index 8217d0cb6b7..7403bca25ed 100644 --- a/src/include/utils/backend_status.h +++ b/src/include/utils/backend_status.h @@ -85,8 +85,8 @@ typedef struct PgBackendGSSStatus * * Each live backend maintains a PgBackendStatus struct in shared memory * showing its current activity. (The structs are allocated according to - * BackendId, but that is not critical.) Note that the collector process - * has no involvement in, or even access to, these structs. + * BackendId, but that is not critical.) Note that this is unrelated to the + * cumulative stats system (i.e. pgstat.c et al). * * Each auxiliary process also maintains a PgBackendStatus struct in shared * memory. |