• Tom Lane's avatar
    Final stage of psort reconstruction work: replace psort.c with · 26c48b5e
    Tom Lane authored
    a generalized module 'tuplesort.c' that can sort either HeapTuples or
    IndexTuples, and is not tied to execution of a Sort node.  Clean up
    memory leakages in sorting, and replace nbtsort.c's private implementation
    of mergesorting with calls to tuplesort.c.
    26c48b5e
tuplesort.h 2.33 KB