aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeHashjoin.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-10-22 20:17:52 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-10-22 20:17:52 +0000
commit31468d05d89d494de00156e66c3e57d6dff9c79f (patch)
tree2003474691158d0d9b87e9d1a06cb2f0f754e726 /src/backend/executor/nodeHashjoin.c
parentb9856b67a7a762ab5bedfafbda4f654797d83996 (diff)
downloadpostgresql-31468d05d89d494de00156e66c3e57d6dff9c79f.tar.gz
postgresql-31468d05d89d494de00156e66c3e57d6dff9c79f.zip
Dept of better ideas: refrain from creating the planner's placeholder_list
until vars are distributed to rels during query_planner() startup. We don't really need it before that, and not building it early has some advantages. First, we don't need to put it through the various preprocessing steps, which saves some cycles and eliminates the need for a number of routines to support PlaceHolderInfo nodes at all. Second, this means one less unused plan for any sub-SELECT appearing in a placeholder's expression, since we don't build placeholder_list until after sublink expansion is complete.
Diffstat (limited to 'src/backend/executor/nodeHashjoin.c')
0 files changed, 0 insertions, 0 deletions