Skip to content

Commit eb60eb0

Browse files
committed
1 parent af6284a commit eb60eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/utils/backend_status.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ typedef struct LocalPgBackendStatus
273273
int backend_subxact_count;
274274

275275
/*
276-
* The number of subtransactions in the current session exceeded the cached
277-
* subtransaction limit.
276+
* The number of subtransactions in the current session which exceeded the
277+
* cached subtransaction limit.
278278
*/
279279
bool backend_subxact_overflowed;
280280
} LocalPgBackendStatus;

0 commit comments

Comments
 (0)