summaryrefslogtreecommitdiff
path: root/src/include/utils/backend_status.h
diff options
context:
space:
mode:
authorAutomatic pgindent2023-04-23 21:50:53 +0000
committerAutomatic pgindent2023-04-23 21:50:53 +0000
commit962df08da11205a2436c7e802fa16cd47b8a790e (patch)
tree0338f441a66bc0c76bb37b7dfb590dd04c27bbf4 /src/include/utils/backend_status.h
parent8bbd0cce92be98de9f4f727b8bf66fe26e5831ea (diff)
Automatic pgindentmaster-pgindent
Diffstat (limited to 'src/include/utils/backend_status.h')
-rw-r--r--src/include/utils/backend_status.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/backend_status.h b/src/include/utils/backend_status.h
index 9651cb1d0c..cfb26d2bcc 100644
--- a/src/include/utils/backend_status.h
+++ b/src/include/utils/backend_status.h
@@ -271,13 +271,13 @@ typedef struct LocalPgBackendStatus
/*
* Number of cached subtransactions in the current session.
*/
- int backend_subxact_count;
+ int backend_subxact_count;
/*
* The number of subtransactions in the current session which exceeded the
* cached subtransaction limit.
*/
- bool backend_subxact_overflowed;
+ bool backend_subxact_overflowed;
} LocalPgBackendStatus;