aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/utils/backend_status.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/backend_status.h b/src/include/utils/backend_status.h
index e076adcaa82..8a7cce7ef53 100644
--- a/src/include/utils/backend_status.h
+++ b/src/include/utils/backend_status.h
@@ -273,8 +273,8 @@ typedef struct LocalPgBackendStatus
int backend_subxact_count;
/*
- * The number of subtransactions in the current session exceeded the cached
- * subtransaction limit.
+ * The number of subtransactions in the current session which exceeded the
+ * cached subtransaction limit.
*/
bool backend_subxact_overflowed;
} LocalPgBackendStatus;