mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
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
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user