diff options
author | Michael Paquier | 2025-02-26 07:48:54 +0000 |
---|---|---|
committer | Michael Paquier | 2025-02-26 07:48:54 +0000 |
commit | 0e42d31b0b2273c376ce9de946b59d155fac589c (patch) | |
tree | 87c7e5a0016d657fbc70a6d19bcce43e7fe7bf97 /src/tools/pgindent | |
parent | d7cbeaf261da346d8c745870da1d31075ae0313c (diff) |
Adding new PgStat_WalCounters structure in pgstat.h
This new structure contains the counters and the data related to the WAL
activity statistics gathered from WalUsage, separated into its own
structure so as it can be shared across more than one Stats structure in
pg_stat.h.
This refactoring will be used by an upcoming patch introducing
backend-level WAL statistics.
Bump PGSTAT_FILE_FORMAT_ID.
Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://postgr.es/m/Z3zqc4o09dM/Ezyz@ip-10-97-1-34.eu-west-3.compute.internal
Diffstat (limited to 'src/tools/pgindent')
-rw-r--r-- | src/tools/pgindent/typedefs.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index 1649f5e1011..cfbab589d61 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -2189,6 +2189,7 @@ PgStat_SubXactStatus PgStat_TableCounts PgStat_TableStatus PgStat_TableXactStatus +PgStat_WalCounters PgStat_WalStats PgXmlErrorContext PgXmlStrictness |