diff options
| author | Michael Paquier <michael@paquier.xyz> | 2025-12-08 12:45:20 +0900 |
|---|---|---|
| committer | Michael Paquier <michael@paquier.xyz> | 2025-12-08 12:45:20 +0900 |
| commit | d52c24b0f808a6644fd839c507625eafd6bb9f12 (patch) | |
| tree | 9bfab1d850f530cd8cdd492cedab71612a0e6d66 /src/tools | |
| parent | f68597ee777d0a177e84cf86b8386ea51c66b52e (diff) | |
injection_points: Remove portions related to custom pgstats
The test module injection_points has been used as a landing spot to
provide coverage for the custom pgstats APIs, for both fixed-sized and
variable-sized stats kinds. Some recent work related to pgstats is
proving that this structure makes the implementation of new tests
harder.
This commit removes the code related to pgstats from injection_points,
and an equivalent will be reintroduced as a separate test module in a
follow-up commit. This removal is done in its own commit for clarity.
Using injection_points for this test coverage was perhaps not the best
way to design things, but this was good enough while working on the
first flavor of the custom pgstats APIs. Using a new test module will
make easier the introduction of new tests, and we will not need to worry
about the impact of new changes related to custom pgstats could have
with the internals of injection_points.
Author: Sami Imseih <samimseih@gmail.com>
Discussion: https://postgr.es/m/CAA5RZ0sJgO6GAwgFxmzg9MVP=rM7Us8KKcWpuqxe-f5qxmpE0g@mail.gmail.com
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/pgindent/typedefs.list | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index c1ad80a418d..205b282f6b4 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -2230,8 +2230,6 @@ PgStatShared_Database PgStatShared_Function PgStatShared_HashEntry PgStatShared_IO -PgStatShared_InjectionPoint -PgStatShared_InjectionPointFixed PgStatShared_Relation PgStatShared_ReplSlot PgStatShared_SLRU @@ -2262,8 +2260,6 @@ PgStat_Snapshot PgStat_SnapshotEntry PgStat_StatDBEntry PgStat_StatFuncEntry -PgStat_StatInjEntry -PgStat_StatInjFixedEntry PgStat_StatReplSlotEntry PgStat_StatSubEntry PgStat_StatTabEntry |
