postgresql/src/include/postmaster
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
..
autovacuum.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
bgwriter.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
fork_process.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pgarch.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
postmaster.h Add a feature for automatic initialization and finalization of dynamically 2006-08-08 19:15:09 +00:00
syslogger.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00