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

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

From
Robert Haas
Date:
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(+)