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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Hopefully-portable regression tests for CREATE/ALTER/DROP COLLAT
Дата
Msg-id E1UuQ2a-0008Me-UM@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix handling of auto-updatable views on inherited tables.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Revert "Hopefully-portable regression tests for CREATE/ALTER/DRO