Check that default_tablespace affects ALTER TABLE ADD UNIQUE/PRIMARY KEY.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Nov 2016 19:13:19 +0000 (14:13 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Nov 2016 19:13:31 +0000 (14:13 -0500)
commit4cc6a3f1106034187be3a371e61a02915bb93c11
treecfd909846d91f71a87839458e8996ed386dd6385
parent4aaddf2f009821e29aea3735e44332ad9ca47aaa
Check that default_tablespace affects ALTER TABLE ADD UNIQUE/PRIMARY KEY.

Seems like a good thing to test, considering that we nearly broke it
yesterday.

Michael Paquier
src/test/regress/input/tablespace.source
src/test/regress/output/tablespace.source