postgresql/contrib/pg_stash_advice
Robert Haas 4c84545067 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
2026-07-06 15:45:58 -04:00
..
expected Add pg_stash_advice contrib module. 2026-04-06 07:41:28 -04:00
sql Add pg_stash_advice contrib module. 2026-04-06 07:41:28 -04:00
t Pre-beta mechanical code beautification, step 2: run pgperltidy. 2026-05-13 10:37:42 -04:00
.gitignore Add missing .gitignore files. 2026-04-06 13:25:29 -04:00
Makefile pg_stash_advice: Allow stashed advice to be persisted to disk. 2026-04-07 10:11:36 -04:00
meson.build pg_stash_advice: Allow stashed advice to be persisted to disk. 2026-04-07 10:11:36 -04:00
pg_stash_advice--1.0.sql pg_stash_advice: Allow stashed advice to be persisted to disk. 2026-04-07 10:11:36 -04:00
pg_stash_advice.c Use PG_MODULE_MAGIC_EXT in newly introduced modules 2026-07-06 15:45:58 -04:00
pg_stash_advice.control Add pg_stash_advice contrib module. 2026-04-06 07:41:28 -04:00
pg_stash_advice.h pg_stash_advice: Allow stashed advice to be persisted to disk. 2026-04-07 10:11:36 -04:00
stashfuncs.c Fix set of typos and grammar mistakes 2026-06-24 16:00:28 +09:00
stashpersist.c pg_stash_advice: Reject overlong stash names in dump file. 2026-05-29 13:25:20 -04:00