summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorAndres Freund2022-03-19 18:32:18 +0000
committerAndres Freund2022-03-19 18:42:22 +0000
commita3a75b982b5bb6fba95ad8b3d48e70439dcd2329 (patch)
tree79e4ed837b9dc4c104f6996e8f49f83134815bbb /src/include
parent50b1e8c51b3c779bdfce5cd61bf4bbc80fd48377 (diff)
pgstat: run pgindent on pgstat.c/h.
Upcoming commits will touch a lot of the pgstats code. Reindenting separately makes it easier to keep the code in a well-formatted shape each step. Author: Andres Freund <andres@anarazel.de> Discussion: https://postgr.es/m/20220303021600.hs34ghqcw6zcokdh@alap3.anarazel.de
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pgstat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/pgstat.h b/src/include/pgstat.h
index be2f7e2bcc7..95f595353dc 100644
--- a/src/include/pgstat.h
+++ b/src/include/pgstat.h
@@ -190,8 +190,8 @@ typedef struct PgStat_TableXactStatus
PgStat_Counter tuples_inserted; /* tuples inserted in (sub)xact */
PgStat_Counter tuples_updated; /* tuples updated in (sub)xact */
PgStat_Counter tuples_deleted; /* tuples deleted in (sub)xact */
- bool truncdropped; /* relation truncated/dropped in this
- * (sub)xact */
+ bool truncdropped; /* relation truncated/dropped in this
+ * (sub)xact */
/* tuples i/u/d prior to truncate/drop */
PgStat_Counter inserted_pre_truncdrop;
PgStat_Counter updated_pre_truncdrop;