pgsql-server/src/backend/utils/fmgr dfmgr.c - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql-server/src/backend/utils/fmgr dfmgr.c
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    [email protected]    03/09/06 23:18:01

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

Log message:
    load_file() has to remove pre-existing shlibs that match the new file
    on either name or inode; otherwise load_external_function() won't do
    anything.  At least on Linux, it appears that recompiling a shlib leads
    to a new file with a different inode, so the old code failed to detect
    a match.


pgsql-committers by date:

Previous
From: [email protected] (Peter Eisentraut - PostgreSQL)
Date:
Subject: pgsql-server/src/backend/parser gram.y
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql-server/ /configure /configure.in rc/Make ...