git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: e00664d) | patch
Add a feature for automatic initialization and finalization of dynamically
Tue, 8 Aug 2006 19:15:09 +0000 (19:15 +0000)
Tue, 8 Aug 2006 19:15:09 +0000 (19:15 +0000)
commit b09bfcaa576c1a3e0c34a747a502bae909b984a8
Add a feature for automatic initialization and finalization of dynamically
loaded libraries: call functions _PG_init() and _PG_fini() if the library
defines such symbols. Hence we no longer need to specify an initialization
function in preload_libraries: we can assume that the library used the
_PG_init() convention, instead. This removes one source of pilot error
in use of preloaded libraries. Original patch by Ralf Engelschall,
preload_libraries changes by me.
12 files changed:
doc/src/sgml/config.sgml diff | blob | blame | history
doc/src/sgml/xfunc.sgml diff | blob | blame | history
src/backend/postmaster/postmaster.c diff | blob | blame | history
src/backend/utils/fmgr/dfmgr.c diff | blob | blame | history
src/backend/utils/init/miscinit.c diff | blob | blame | history
src/include/miscadmin.h diff | blob | blame | history
src/include/postmaster/postmaster.h diff | blob | blame | history
src/pl/plperl/plperl.c diff | blob | blame | history
src/pl/plpgsql/src/pl_handler.c diff | blob | blame | history
src/pl/plpgsql/src/plpgsql.h diff | blob | blame | history
src/pl/plpython/plpython.c diff | blob | blame | history
src/pl/tcl/pltcl.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /