pgsql: Use PG_MODULE_MAGIC_EXT in newly introduced modules - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Use PG_MODULE_MAGIC_EXT in newly introduced modules
Date
Msg-id E1wgpGn-001dZ6-2r@gemulon.postgresql.org
Whole thread
List 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@proxel.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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix LIKE matching with nondeterministic collations and backslash
Next
From: Amit Langote
Date:
Subject: pgsql: Enforce RETURNING typmod on SQL/JSON DEFAULT behavior expression