aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/funcs.source
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-03-17 22:24:58 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-03-17 22:24:58 +0000
commitfbac1272b89b547dbaacd78bbe8da68e5493cbda (patch)
treeef36901670b6138511baddc55ca2b3da30376f20 /src/tutorial/funcs.source
parent55f7c3300d164d370d28b127210223d078da524d (diff)
downloadpostgresql-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