pgsql: Add some platform-independent tests for the collation feature.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add some platform-independent tests for the collation feature.
Date: 2011-03-20 18:36:01
Message-ID: E1Q1NTt-0005gg-HL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add some platform-independent tests for the collation feature.

There's a lot we can't test very well without platform dependencies,
but the C/POSIX collations should now work the same way everywhere.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9b095fbea4d6e80e3288e08bd2af4f33aa66875e

Modified Files
--------------
src/test/regress/expected/collate.out | 554 +++++++++++++++++++++++++++++++++
src/test/regress/parallel_schedule | 6 +-
src/test/regress/serial_schedule | 1 +
src/test/regress/sql/collate.sql | 193 ++++++++++++
4 files changed, 753 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-03-20 21:43:37 pgsql: Reorder some 9.1 release item documentation entries, fix some aw
Previous Message Tom Lane 2011-03-20 17:35:00 pgsql: Suppress platform-dependent unused-variable warning.