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 <[email protected]>
Discussion: http://postgr.es/m/[email protected]
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(-)

Reply via email to