mirror of
https://github.com/postgres/postgres.git
synced 2026-04-11 20:16:33 -04:00
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. |
||
|---|---|---|
| .. | ||
| autovacuum.h | ||
| bgwriter.h | ||
| fork_process.h | ||
| pgarch.h | ||
| postmaster.h | ||
| syslogger.h | ||