pgsql: Check that default_tablespace affects ALTER TABLE ADD UNIQUE/PRI

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Check that default_tablespace affects ALTER TABLE ADD UNIQUE/PRI
Date: 2016-11-24 19:13:47
Message-ID: E1c9zSt-0001Dk-G2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4cc6a3f1106034187be3a371e61a02915bb93c11

Modified Files
--------------
src/test/regress/input/tablespace.source | 12 ++++++++++++
src/test/regress/output/tablespace.source | 29 +++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2016-11-25 12:06:55 pgsql: Fix typo in comment
Previous Message Alvaro Herrera 2016-11-24 18:42:30 pgsql: Fix commit_ts for FrozenXid and BootstrapXid