diff options
| author | Michael Paquier | 2023-03-16 05:22:34 +0000 |
|---|---|---|
| committer | Michael Paquier | 2023-03-16 05:22:34 +0000 |
| commit | e731aeac8928592435f73465a03fae83a2db0ee2 (patch) | |
| tree | 374c80815d1c0baa923f00af7ebb7bc12e333d99 /src/tools | |
| parent | e643a315fc58deae20877e2e69358c95087fa09a (diff) | |
Remove PgStat_BackendFunctionEntry
This structure included only PgStat_FunctionCounts, and removing it
facilitates some upcoming refactoring for pgstatfuncs.c to use more
macros rather that mostly-duplicated functions.
Author: Bertrand Drouvot
Reviewed-by: Nathan Bossart
Discussion: https://postgr.es/m/11d531fe-52fc-c6ea-7e8e-62f1b6ec626e@gmail.com
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/pgindent/typedefs.list | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index 86a9303bf56..097f42e1b34 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -2032,7 +2032,6 @@ PgStatShared_SLRU PgStatShared_Subscription PgStatShared_Wal PgStat_ArchiverStats -PgStat_BackendFunctionEntry PgStat_BackendSubEntry PgStat_BgWriterStats PgStat_BktypeIO |
