Re: pgsql: injection_points: Remove portions related to custom pgstats - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: injection_points: Remove portions related to custom pgstats
Date
Msg-id aTipJA1Y1zVSmH3H@paquier.xyz
Whole thread Raw
In response to Re: pgsql: injection_points: Remove portions related to custom pgstats  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: injection_points: Remove portions related to custom pgstats
List pgsql-committers
On Tue, Dec 09, 2025 at 05:49:24PM -0500, Tom Lane wrote:
> They are updated when a new BF run is made for that branch, so
> back-patching the DROP EXTENSION commands should do the trick.

Okay, good to know.  Let's do that then.

Encouraging a setup and a cleanup step seems like a good thing here,
as people like copy-pasting contents when creating a module.  Should I
just go ahead and make that happen?  The buildfarm breakage is still
on me based on the commit maths.

By the way, REGRESS in modules/nbtree/Makefile is missing
nbtree_half_dead_pages..  meson.build has both tests.
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: injection_points: Remove portions related to custom pgstats
Next
From: David Rowley
Date:
Subject: pgsql: Fix misleading comment in tuplesort.c