]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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)
commit71d5d95376fb9b675a191c128e6c5e5ff3940f78
tree83eca2cf00d220c0499ab2da273374877b58d02d
parentc1167a08cacb86c0e6c22e3db81233143ceba5b8
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