pgsql: Add a regression test for ALTER SET TABLESPACE; this is a whole - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add a regression test for ALTER SET TABLESPACE; this is a whole
Date
Msg-id 20070102214336.4493C9FA4BC@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: finite() no longer used; remove finite() platform-specific
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Some platforms set errno on pow(), exp() overflow, some do not,