Re: [COMMITTERS] pgsql: Add a feature for automatic initialization and finalization of

2006-08-09 Thread Tom Lane
Teodor Sigaev <[EMAIL PROTECTED]> writes: > Suppose, we could use this feature in contrib/ only for 8.3? :) It's there for 8.2, if you have any bug-fix-grade changes that are worth making. I modified the standard PLs to use this functionality, but I did not look into contrib ...

[COMMITTERS] pgsql: Add a feature for automatic initialization and finalization of

2006-08-08 Thread Tom Lane
Log Message: --- 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