aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeFunctionscan.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-05-30 20:23:10 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-05-30 20:23:10 +0000
commitd24d75ff194e292fe49c6c84d0124cc61b182d3c (patch)
treec302d2f87a1ddd74ceddef180bee54d7715424f3 /src/backend/executor/nodeFunctionscan.c
parent776d5309240bdadc5f905cacba5f237e532c6139 (diff)
downloadpostgresql-d24d75ff194e292fe49c6c84d0124cc61b182d3c.tar.gz
postgresql-d24d75ff194e292fe49c6c84d0124cc61b182d3c.zip
Small performance improvement for hash joins and hash aggregation:
when the plan is ReScanned, we don't have to rebuild the hash table if there is no parameter change for its child node. This idea has been used for a long time in Sort and Material nodes, but was not in the hash code till now.
Diffstat (limited to 'src/backend/executor/nodeFunctionscan.c')
0 files changed, 0 insertions, 0 deletions