postgresql/src/pl
Tom Lane b09bfcaa57 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.
2006-08-08 19:15:09 +00:00
..
plperl Add a feature for automatic initialization and finalization of dynamically 2006-08-08 19:15:09 +00:00
plpgsql Add a feature for automatic initialization and finalization of dynamically 2006-08-08 19:15:09 +00:00
plpython Add a feature for automatic initialization and finalization of dynamically 2006-08-08 19:15:09 +00:00
tcl Add a feature for automatic initialization and finalization of dynamically 2006-08-08 19:15:09 +00:00
Makefile Convert the existing regression test scripts for the various optional 2005-05-14 17:55:22 +00:00