]> granicus.if.org Git - postgresql/commit
Finish disabling reduced-lock-levels-for-DDL feature.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Jul 2011 17:14:46 +0000 (13:14 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Jul 2011 17:15:48 +0000 (13:15 -0400)
commitec1339ea5cb591da53ad7584ffc29e120f6bf74f
treeb3945717c68886e71cd9fdb719c1bd9783a04959
parent046d52f7d319419d338fa605f9d6e00b21c5c5ff
Finish disabling reduced-lock-levels-for-DDL feature.

Previous patch only covered the ALTER TABLE changes, not changes in other
commands; and it neglected to revert the documentation changes.
doc/src/sgml/mvcc.sgml
src/backend/commands/tablecmds.c
src/backend/commands/trigger.c
src/backend/rewrite/rewriteDefine.c