aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeBitmapAnd.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-02-15 03:07:21 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-02-15 03:07:21 +0000
commit9e850cfc7285995e6ce7c030c117dfd800f318c1 (patch)
tree64f9adcb88998cad745f19972652a32dc20fd8aa /src/backend/executor/nodeBitmapAnd.c
parent538a983237edefe64d071e3a8335719832e37cfa (diff)
downloadpostgresql-9e850cfc7285995e6ce7c030c117dfd800f318c1.tar.gz
postgresql-9e850cfc7285995e6ce7c030c117dfd800f318c1.zip
Repair oversight in 8.2 change that improved the handling of "pseudoconstant"
WHERE clauses. createplan.c is now willing to stick a gating Result node almost anywhere in the plan tree, and in particular one can wind up directly underneath a MergeJoin node. This means it had better be willing to handle Mark/Restore. Fortunately, that's trivial in such cases, since we can just pass off the call to the input node (which the planner has previously ensured can handle Mark/Restore). Per report from Phil Frost.
Diffstat (limited to 'src/backend/executor/nodeBitmapAnd.c')
0 files changed, 0 insertions, 0 deletions