Make PG_MODULE_MAGIC required in shared libraries that are loaded into

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8f165ee13b11baf17b91d858c535419c33a755d6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-05-31T20:58:09Z
Releases: 8.2.0
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

PathChange+/−
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