]> 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:58 +0000 (15:45 -0400)
commit4c84545067822bcc8697b7d8f3082c5cf1937d1b
tree70215fd810adc92a9df9dddcf41626d65e4bb5c1
parent42b7ff3aaefa5f63b4890679a283f83f1a4acb00
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