From: Robert Haas Date: Mon, 19 Dec 2022 20:56:17 +0000 (-0500) Subject: Fix comment that was missing a word. X-Git-Tag: REL_16_BETA1~1088 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=eb60eb08a95eb531f3f2a459c1b623c5ac37ecd3;p=postgresql.git Fix comment that was missing a word. Ted Yu Discussion: http://postgr.es/m/CALte62wkFB05=RTWf7BL_6MfWs2=DY=ai-K7LWn_+0TJUuPJ2w@mail.gmail.com --- 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;