pgsql: Regression tests for ALTER TABLESPACE RENAME,OWNER

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Regression tests for ALTER TABLESPACE RENAME,OWNER
Date: 2013-12-11 20:45:49
Message-ID: E1VqqfF-0001Xz-51@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Regression tests for ALTER TABLESPACE RENAME,OWNER

Hari Babu Kommi reviewed by David Rowley

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b921a26fb89cf52ec32b6c19a8528524883beeb5

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-12-11 22:23:03 pgsql: Add a regression test case for plpython function returning setof
Previous Message Tom Lane 2013-12-11 20:09:28 pgsql: Tweak placement of explicit ANALYZE commands in the regression t