Final stage of psort reconstruction work: replace psort.c with

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 26c48b5e8cffafaf3b8acf345ca9fd8a1e408a54
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-10-17T22:15:09Z
Releases: 7.1.1
Final stage of psort reconstruction work: replace psort.c with
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.

Files