diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-08-08 19:15:09 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-08-08 19:15:09 +0000 |
commit | b09bfcaa576c1a3e0c34a747a502bae909b984a8 (patch) | |
tree | fe1c80a8cf23b37d2ea78345cd3580ac2c588eed /src/backend/executor/nodeAppend.c | |
parent | e00664da48cc31575c7105bbeff9e298a1ab1827 (diff) |
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.
Diffstat (limited to 'src/backend/executor/nodeAppend.c')
0 files changed, 0 insertions, 0 deletions