We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4873182 commit a04a274Copy full SHA for a04a274
src/include/utils/backend_status.h
@@ -273,8 +273,8 @@ typedef struct LocalPgBackendStatus
273
int backend_subxact_count;
274
275
/*
276
- * The number of subtransactions in the current session exceeded the cached
277
- * subtransaction limit.
+ * The number of subtransactions in the current session which exceeded the
+ * cached subtransaction limit.
278
*/
279
bool backend_subxact_overflowed;
280
} LocalPgBackendStatus;
0 commit comments