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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend/commands tablecmds.c
Date: 2002-09-06 00:01:54
Message-ID: 20020906000154.EB7A0476B6C@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-09-06 02:33:47 pgsql-server/src bin/psql/input.c bin/psql/sta ...
Previous Message Tom Lane 2002-09-05 22:52:49 pgsql-server/src/backend/parser gram.y