]> granicus.if.org Git - postgresql/commit
Improve test case exercising the sorting path for hash index build.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Jul 2016 20:25:43 +0000 (16:25 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Jul 2016 20:25:43 +0000 (16:25 -0400)
commit606ccc5e7e97914073f991b077712645e125d531
tree275f5ffc0a9c37ec31e4eaa54a170d888dc692a1
parent9563d5b5e4c75e676d73a45546bd47b77c2bd739
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.
src/test/regress/expected/create_index.out
src/test/regress/sql/create_index.sql