https://github.com/postgres/postgres
Revision 9e850cfc7285995e6ce7c030c117dfd800f318c1 authored by Tom Lane on 15 February 2007, 03:07:21 UTC, committed by Tom Lane on 15 February 2007, 03:07:21 UTC
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.
1 parent 538a983
History
Tip revision: 9e850cfc7285995e6ce7c030c117dfd800f318c1 authored by Tom Lane on 15 February 2007, 03:07:21 UTC
Repair oversight in 8.2 change that improved the handling of "pseudoconstant"
Tip revision: 9e850cf
File Mode Size
config
contrib
doc
src
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 3.7 KB
Makefile -rw-r--r-- 1.4 KB
README -rw-r--r-- 2.0 KB
README.CVS -rw-r--r-- 767 bytes
aclocal.m4 -rw-r--r-- 445 bytes
configure -rwxr-xr-x 686.7 KB
configure.in -rw-r--r-- 46.1 KB

README

back to top