postgresql/src/backend/utils/sort
Robert Haas c5a03256c7 Adjust tuplesort.c based on the fact that we never use the OS's qsort().
Our own qsort_arg() implementation doesn't have the defect previously
observed to affect only QNX 4, so it seems sufficiently to assert that
it isn't broken rather than retesting.  Also, update a few comments to
clarify why it's valuable to retain a tie-break rule based on CTID
during index builds.

Peter Geoghegan, with slight tweaks by me.
2012-01-26 14:43:28 -05:00
..
logtape.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
Makefile Create a "sort support" interface API for faster sorting. 2011-12-07 00:19:39 -05:00
sortsupport.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
tuplesort.c Adjust tuplesort.c based on the fact that we never use the OS's qsort(). 2012-01-26 14:43:28 -05:00
tuplestore.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00