Move the injection_points extension to contrib?

From: Antonin Houska <ah(at)cybertec(dot)at>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Move the injection_points extension to contrib?
Date: 2025-07-07 07:04:42
Message-ID: 4856.1751871882@localhost
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Are there any objections against $SUBJECT?

Having the extension in contrib would be useful in cases a 3rd party extension
uses injection points in its regression tests. In particular, it's more
practical for CI to install the "injection_points" extension by installing the
"contrib" binary package than by building the whole server from source. (AFAIK
the src/modules/injection_points directory is currently not included in any
package.)

--
Antonin Houska
Web: https://www.cybertec-postgresql.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2025-07-07 07:29:52 Re: Binary operators for cubes
Previous Message Michael Paquier 2025-07-07 07:04:41 Re: Avoid circular header file dependency