aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2022-12-19 15:56:17 -0500
committerRobert Haas <rhaas@postgresql.org>2022-12-19 15:59:24 -0500
commiteb60eb08a95eb531f3f2a459c1b623c5ac37ecd3 (patch)
treed7cffd1f693ca5013aa2912b408e38b8df70bc44
parentaf6284a666742d6932bae2e93f9eef156274a92e (diff)
downloadpostgresql-eb60eb08a95eb531f3f2a459c1b623c5ac37ecd3.tar.gz
postgresql-eb60eb08a95eb531f3f2a459c1b623c5ac37ecd3.zip
Fix comment that was missing a word.
Ted Yu Discussion: http://postgr.es/m/CALte62wkFB05=RTWf7BL_6MfWs2=DY=ai-K7LWn_+0TJUuPJ2w@mail.gmail.com
-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;