projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af6284a
)
Fix comment that was missing a word.
author
Robert Haas
<rhaas@postgresql.org>
Mon, 19 Dec 2022 20:56:17 +0000
(15:56 -0500)
committer
Robert 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
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/backend_status.h
b/src/include/utils/backend_status.h
index e076adcaa82cb70bfa15df145ec0d268045a56d8..8a7cce7ef532be521266c8b6df8ab3bad55fea2b 100644
(file)
--- 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;