Fix comment that was missing a word.

Ted Yu

Discussion: http://postgr.es/m/CALte62wkFB05=RTWf7BL_6MfWs2=DY=ai-K7LWn_+0TJUuPJ2w@mail.gmail.com
This commit is contained in:
Robert Haas 2022-12-19 15:56:17 -05:00
parent af6284a666
commit eb60eb08a9
1 changed files with 2 additions and 2 deletions

View 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;