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

From Robert Haas
Subject pgsql: Hopefully-portable regression tests for CREATE/ALTER/DROP COLLAT
Date
Msg-id E1UuQ2a-0008Me-UM@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix handling of auto-updatable views on inherited tables.
Next
From: Robert Haas
Date:
Subject: pgsql: Revert "Hopefully-portable regression tests for CREATE/ALTER/DRO