"Ralf S. Engelschall" <[EMAIL PROTECTED]> writes: > Hence I propose the patch below (applies to PostgreSQL 8.1.4) which > mimics the dlopen(3) and dlclose(3) behaviour of some Unix platforms > and resolves and calls _PG_init and _PG_fini functions of an extension > module right after/before the pg_dlopen/pg_dlclose calls in the FMGR.
Patch applied, with consequent changes to simplify preload_libraries feature in favor of using _PG_init(). regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match