Update hash and join routines to use fd.c's new temp-file
Tom Lane <tgl@sss.pgh.pa.us>
Update hash and join routines to use fd.c's new temp-file code, instead of not-very-bulletproof stuff they had before.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/nbtree/nbtsort.c | modified | +9 −17 |
| src/backend/executor/nodeHash.c | modified | +3 −41 |
| src/backend/executor/nodeHashjoin.c | modified | +3 −16 |
| src/backend/utils/sort/psort.c | modified | +54 −158 |
| src/include/executor/hashjoin.h | modified | +1 −3 |
| src/include/utils/psort.h | modified | +5 −8 |