diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-02-15 03:07:13 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-02-15 03:07:13 +0000 |
commit | bfe553fb49f00ef74021ca044794f27c13511342 (patch) | |
tree | 8e174f5148ef80fe44316d949748093b89e638a5 /src/backend/utils/adt/xml.c | |
parent | d19da98a7fd082f3369c4c8aa20a4b861400eed5 (diff) | |
download | postgresql-bfe553fb49f00ef74021ca044794f27c13511342.tar.gz postgresql-bfe553fb49f00ef74021ca044794f27c13511342.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/utils/adt/xml.c')
0 files changed, 0 insertions, 0 deletions