1 2 3 4 5 6 7 8
/* $PostgreSQL$ */ #include "fmgr.h" void *pg_dlopen(char *filename); PGFunction pg_dlsym(void *handle, char *funcname); void pg_dlclose(void *handle); char *pg_dlerror(void);