]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Use PG_MODULE_MAGIC_EXT in newly introduced modules
authorRobert Haas <rhaas@postgresql.org>
Mon, 6 Jul 2026 19:34:12 +0000 (15:34 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 6 Jul 2026 19:45:46 +0000 (15:45 -0400)
commitda8889ccd7ea0782a22a2300abc8fb801ecfa160
tree108398a2251ea050955ad07031632b6da6135862
parent54d5947efe2d03a1419d71630c3ae95b2ec14906
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@proxel.se>
Discussion: http://postgr.es/m/ad7b910c-d145-4120-994d-2e55c456aa75@proxel.se
Backpatch-through: 19
contrib/pg_plan_advice/pg_plan_advice.c
contrib/pg_stash_advice/pg_stash_advice.c
src/backend/replication/pgrepack/pgrepack.c