https://github.com/postgres/postgres
Revision 606ccc5e7e97914073f991b077712645e125d531 authored by Tom Lane on 16 July 2016, 20:25:43 UTC, committed by Tom Lane on 16 July 2016, 20:25:43 UTC
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.
1 parent 9563d5b
History
Tip revision: 606ccc5e7e97914073f991b077712645e125d531 authored by Tom Lane on 16 July 2016, 20:25:43 UTC
Improve test case exercising the sorting path for hash index build.
Tip revision: 606ccc5
File Mode Size
config
contrib
doc
src
.dir-locals.el -rw-r--r-- 738 bytes
.gitattributes -rw-r--r-- 1.7 KB
.gitignore -rw-r--r-- 434 bytes
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 3.6 KB
HISTORY -rw-r--r-- 283 bytes
Makefile -rw-r--r-- 1.5 KB
README -rw-r--r-- 1.2 KB
README.git -rw-r--r-- 727 bytes
aclocal.m4 -rw-r--r-- 384 bytes
configure -rwxr-xr-x 459.3 KB
configure.in -rw-r--r-- 72.9 KB

README

back to top