pgsql: Improve test case exercising the sorting path for hash index bui

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Improve test case exercising the sorting path for hash index bui
Дата
Msg-id E1bOW9k-0001g0-Vh@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve test case exercising the sorting path for hash index build.

On second thought, we should probably do at least a minimal check that
the constructed index is valid, since the big problem with the most
recent breakage was not whether the sorting was correct but that the
index had incorrect hash codes placed in it.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/606ccc5e7e97914073f991b077712645e125d531

Modified Files
--------------
src/test/regress/expected/create_index.out | 17 +++++++++++++++++
src/test/regress/sql/create_index.sql      |  3 +++
2 files changed, 20 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Add regression test case exercising the sorting path for hash in
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Update 9.6 release notes through today.