pgsql: Add a regression test for ALTER SET TABLESPACE; this is a whole

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a regression test for ALTER SET TABLESPACE; this is a whole
Date: 2007-01-02 21:43:36
Message-ID: 20070102214336.4493C9FA4BC@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add a regression test for ALTER SET TABLESPACE; this is a whole separate
code path in tablecmds.c that wasn't exercised at all before.

Modified Files:
--------------
pgsql/src/test/regress/input:
tablespace.source (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/input/tablespace.source.diff?r1=1.3&r2=1.4)
pgsql/src/test/regress/output:
tablespace.source (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/output/tablespace.source.diff?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-01-02 22:19:42 pgsql: Some platforms set errno on pow(), exp() overflow, some do not,
Previous Message Bruce Momjian 2007-01-02 21:25:50 pgsql: finite() no longer used; remove finite() platform-specific