Second phase of psort reconstruction project: add bookkeeping logic to

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

Commit: 957146dcec9cc2fb31220c26c51802623df04e5e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-10-16T19:49:28Z
Releases: 7.1.1
Second phase of psort reconstruction project: add bookkeeping logic to
recycle storage within sort temp file on a block-by-block basis.  This
reduces peak disk usage to essentially just the volume of data being
sorted, whereas it had been about 4x the data volume before.

Files