Fix comment that was missing a word.
authorRobert Haas <rhaas@postgresql.org>
Mon, 19 Dec 2022 20:56:17 +0000 (15:56 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 19 Dec 2022 20:59:24 +0000 (15:59 -0500)
Ted Yu

Discussion: http://postgr.es/m/CALte62wkFB05=RTWf7BL_6MfWs2=DY=ai-K7LWn_+0TJUuPJ2w@mail.gmail.com

src/include/utils/backend_status.h

index e076adcaa82cb70bfa15df145ec0d268045a56d8..8a7cce7ef532be521266c8b6df8ab3bad55fea2b 100644 (file)
@@ -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;