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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add some platform-independent tests for the collation feature.
Дата
Msg-id E1Q1NTt-0005gg-HL@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Suppress platform-dependent unused-variable warning.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Reorder some 9.1 release item documentation entries, fix some aw