Remove heap_mark4update from AlterTableCreateToastTable. This has
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Sep 2002 00:01:53 +0000 (00:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Sep 2002 00:01:53 +0000 (00:01 +0000)
commit9a9825f96ad701f5b4f1f19da22cbdd712557e85
treeff36d75d65221760409574b788c886b484f5842a
parent6fe27ca2fb20b67736d7af3acec08ed64488ab44
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.
src/backend/commands/tablecmds.c