Thread: pgsql-server/src/backend/commands tablecmds.c

pgsql-server/src/backend/commands tablecmds.c

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/09/12 17:16:42

Modified files:
    src/backend/commands: tablecmds.c

Log message:
    Fix likely cause of rare ALTER TABLE ADD FOREIGN KEY failures ---
    don't assume relname field of a relcache entry will stay valid across
    lots of operations.