Update hash and join routines to use fd.c's new temp-file
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 May 1999 00:53:22 +0000 (00:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 May 1999 00:53:22 +0000 (00:53 +0000)
commit25bb62f16be063c06e2c49adfe927a3a71fb7eee
treefca57336aef9f7843d167ace2678b9d647575168
parentd2a7bb5a24fb606e3493a46ad0da5c115015b80e
Update hash and join routines to use fd.c's new temp-file
code, instead of not-very-bulletproof stuff they had before.
src/backend/access/nbtree/nbtsort.c
src/backend/executor/nodeHash.c
src/backend/executor/nodeHashjoin.c
src/backend/utils/sort/psort.c
src/include/executor/hashjoin.h
src/include/utils/psort.h