mirror of
https://github.com/postgres/postgres.git
synced 2026-07-16 05:02:57 -04:00
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 |
||
|---|---|---|
| .. | ||
| expected | ||
| sql | ||
| t | ||
| .gitignore | ||
| Makefile | ||
| meson.build | ||
| pg_stash_advice--1.0.sql | ||
| pg_stash_advice.c | ||
| pg_stash_advice.control | ||
| pg_stash_advice.h | ||
| stashfuncs.c | ||
| stashpersist.c | ||