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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve test case exercising the sorting path for hash index bui
Date: 2016-07-16 20:25:48
Message-ID: E1bOW9k-0001g0-Vh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-07-16 22:39:59 pgsql: Update 9.6 release notes through today.
Previous Message Tom Lane 2016-07-16 19:30:23 pgsql: Add regression test case exercising the sorting path for hash in