pgsql: Hopefully-portable regression tests for CREATE/ALTER/DROP COLLAT

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Hopefully-portable regression tests for CREATE/ALTER/DROP COLLAT
Date: 2013-07-03 16:36:24
Message-ID: E1UuQ2a-0008Me-UM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hopefully-portable regression tests for CREATE/ALTER/DROP COLLATION.

The collate.linux.utf8 test covers some of the same territory, but
isn't portable and so probably does not get run often, or on
non-Linux platforms. If this approach turns out to be sufficiently
portable, we may want to look at trimming the redundant tests out
of that file to avoid duplication.

Robins Tharakan, reviewed by Michael Paquier and Fabien Coelho,
with further changes and cleanup by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/263645305b8f14a3821e04dffa96fa7c1bc2ae86

Modified Files
--------------
src/test/regress/expected/collate.out | 46 +++++++++++++++++++++++++++++++++
src/test/regress/sql/collate.sql | 45 ++++++++++++++++++++++++++++++++
2 files changed, 91 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-07-03 17:28:14 pgsql: Revert "Hopefully-portable regression tests for CREATE/ALTER/DRO
Previous Message Tom Lane 2013-07-03 16:27:10 pgsql: Fix handling of auto-updatable views on inherited tables.