| From: | Robert Haas <rhaas(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Use PG_MODULE_MAGIC_EXT in newly introduced modules |
| Date: | 2026-07-06 19:46:21 |
| Message-ID: | E1wgpGn-001dZ6-2r@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Use PG_MODULE_MAGIC_EXT in newly introduced modules
We forgot to use the PG_MODULE_MAGIC_EXT in some newly added modules:
pg_plan_advice, pg_stash_advice and the pgrepack output plugin and
instead used the older PG_MODULE_MAGIC macro.
Author: Andreas Karlsson <andreas(at)proxel(dot)se>
Discussion: http://postgr.es/m/ad7b910c-d145-4120-994d-2e55c456aa75@proxel.se
Backpatch-through: 19
Branch
------
REL_19_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/da8889ccd7ea0782a22a2300abc8fb801ecfa160
Modified Files
--------------
contrib/pg_plan_advice/pg_plan_advice.c | 5 ++++-
contrib/pg_stash_advice/pg_stash_advice.c | 5 ++++-
src/backend/replication/pgrepack/pgrepack.c | 5 ++++-
3 files changed, 12 insertions(+), 3 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Langote | 2026-07-06 23:45:50 | pgsql: Enforce RETURNING typmod on SQL/JSON DEFAULT behavior expression |
| Previous Message | Tom Lane | 2026-07-06 18:48:15 | pgsql: Fix LIKE matching with nondeterministic collations and backslash |