diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-03-17 22:24:58 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-03-17 22:24:58 +0000 |
commit | fbac1272b89b547dbaacd78bbe8da68e5493cbda (patch) | |
tree | ef36901670b6138511baddc55ca2b3da30376f20 /src/tutorial/funcs.source | |
parent | 55f7c3300d164d370d28b127210223d078da524d (diff) | |
download | postgresql-fbac1272b89b547dbaacd78bbe8da68e5493cbda.tar.gz postgresql-fbac1272b89b547dbaacd78bbe8da68e5493cbda.zip |
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.
Diffstat (limited to 'src/tutorial/funcs.source')
0 files changed, 0 insertions, 0 deletions