CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       04/01/18 22:06:42

Modified files:
        src/backend/utils/fmgr: dfmgr.c fmgr.c 
        src/include    : fmgr.h 

Log message:
        Add a hash table to cache lookups of 'C'-language functions (that is,
        dynamically loaded C functions).  Some limited testing suggests that
        this puts the lookup speed for external functions just about on par
        with built-in functions.  Per discussion with Eric Ridge.


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to