Make ALTER TABLE revalidate uniqueness and exclusion constraints.
Failure to do so can lead to constraint violations. This was broken by
commit
1ddc2703a936d03953657f43345460b9242bbed1 on 2010年02月07日, so
back-patch to 9.0.
Noah Misch. Regression test by me.