agora inbox for pgsql-committers@postgresql.orghelp / color / mirror / Atom feed
pgsql: Use PG_MODULE_MAGIC_EXT in newly introduced modules 2+ messages / 1 participants [nested] [flat]
* pgsql: Use PG_MODULE_MAGIC_EXT in newly introduced modules @ 2026-07-06 19:46 Robert Haas <rhaas@postgresql.org> 0 siblings, 0 replies; 2+ messages in thread From: Robert Haas @ 2026-07-06 19:46 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org 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 ------ master Details ------- https://git.postgresql.org/pg/commitdiff/4c84545067822bcc8697b7d8f3082c5cf1937d1b 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(-) ^ permalink raw reply [nested|flat] 2+ messages in thread
* pgsql: Use PG_MODULE_MAGIC_EXT in newly introduced modules @ 2026-07-06 19:46 Robert Haas <rhaas@postgresql.org> 0 siblings, 0 replies; 2+ messages in thread From: Robert Haas @ 2026-07-06 19:46 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org 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(-) ^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2026-07-06 19:46 UTC | newest] Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2026-07-06 19:46 pgsql: Use PG_MODULE_MAGIC_EXT in newly introduced modules Robert Haas <rhaas@postgresql.org> 2026-07-06 19:46 pgsql: Use PG_MODULE_MAGIC_EXT in newly introduced modules Robert Haas <rhaas@postgresql.org>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox