pgsql: Improve test case exercising the sorting path for hash index bui - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve test case exercising the sorting path for hash index bui
Date
Msg-id E1bOW9k-0001g0-Vh@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add regression test case exercising the sorting path for hash in
Next
From: Tom Lane
Date:
Subject: pgsql: Update 9.6 release notes through today.