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/05 20:01:54

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

Log message:
    Remove heap_mark4update from AlterTableCreateToastTable.  This has
    never been the correct procedure for locking a relation, and the
    recently-found ALTER TABLE bug with adding a constraint and a toast
    table in the same command shows why it's a bad idea.