mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
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:
@@ -273,8 +273,8 @@ typedef struct LocalPgBackendStatus
|
|||||||
int backend_subxact_count;
|
int backend_subxact_count;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The number of subtransactions in the current session exceeded the cached
|
* The number of subtransactions in the current session which exceeded the
|
||||||
* subtransaction limit.
|
* cached subtransaction limit.
|
||||||
*/
|
*/
|
||||||
bool backend_subxact_overflowed;
|
bool backend_subxact_overflowed;
|
||||||
} LocalPgBackendStatus;
|
} LocalPgBackendStatus;
|
||||||
|
Reference in New Issue
Block a user