git.postgresql.org Git - postgresql.git/commit
2004年3月17日 22:24:58 +0000 (22:24 +0000)
2004年3月17日 22:24:58 +0000 (22:24 +0000)
commit fbac1272b89b547dbaacd78bbe8da68e5493cbda
During btree index build, sort equal-keyed tuples according to their
TID (heap position). This doesn't do anything to the validity of the
finished index, but by pretending to qsort() that there are no really
equal keys in the sort, we can avoid performance problems with qsort
implementations that have trouble with large numbers of equal keys.
Patch from Manfred Koizar.
This is the main PostgreSQL git repository.
RSS
Atom