]> granicus.if.org Git - postgresql/commit
Convert hash join code to use MinimalTuple format in tuple hash table
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 27 Jun 2006 21:31:20 +0000 (21:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 27 Jun 2006 21:31:20 +0000 (21:31 +0000)
commit69d0a15e2aa15a2ee851df33f5c15fa227c47bd7
tree311dba0c667835b4c213e645b7f6c444cdf3e1f4
parent665c5e861ac965b6c3e90fae320917955647409f
Convert hash join code to use MinimalTuple format in tuple hash table
and batch files.  Should reduce memory and I/O demands for such joins.
src/backend/executor/execTuples.c
src/backend/executor/nodeHash.c
src/backend/executor/nodeHashjoin.c
src/include/executor/hashjoin.h
src/include/executor/nodeHash.h
src/include/executor/nodeHashjoin.h
src/include/executor/tuptable.h