summaryrefslogtreecommitdiff
path: root/contrib/intarray/_int_gist.c
diff options
context:
space:
mode:
authorTom Lane2006-10-03 22:18:23 +0000
committerTom Lane2006-10-03 22:18:23 +0000
commitbe18525395532325cadb4a95d413ec680278f187 (patch)
treea12752e1a4d4d7d96bc90bb88cf4423b2c0469f1 /contrib/intarray/_int_gist.c
parent90be41291a9b9f7d49d6fe42d6818ae528371fc1 (diff)
Switch over to using our own qsort() all the time, as has been proposed
repeatedly. Now that we don't have to worry about memory leaks from glibc's qsort, we can safely put CHECK_FOR_INTERRUPTS into the tuplesort comparators, as was requested a couple months ago. Also, get rid of non-reentrancy and an extra level of function call in tuplesort.c by providing a variant qsort_arg() API that passes an extra void * argument through to the comparison routine. (We might want to use that in other places too, I didn't look yet.)
Diffstat (limited to 'contrib/intarray/_int_gist.c')
0 files changed, 0 insertions, 0 deletions