Make PG_MODULE_MAGIC required in shared libraries that are loaded into
Tom Lane <tgl@sss.pgh.pa.us>
Make PG_MODULE_MAGIC required in shared libraries that are loaded into the server. Per discussion, there seems no point in a waiting period before making this required.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/xfunc.sgml | modified | +36 −36 |
| src/backend/utils/fmgr/dfmgr.c | modified | +9 −9 |
| src/include/fmgr.h | modified | +6 −6 |
| src/tutorial/funcs.c | modified | +3 −1 |