postgresql/src/include/nodes
Tom Lane eb22950510 Fix PlaceHolderVar mechanism's interaction with outer joins.
The point of a PlaceHolderVar is to allow a non-strict expression to be
evaluated below an outer join, after which its value bubbles up like a Var
and can be forced to NULL when the outer join's semantics require that.
However, there was a serious design oversight in that, namely that we
didn't ensure that there was actually a correct place in the plan tree
to evaluate the placeholder :-(.  It may be necessary to delay evaluation
of an outer join to ensure that a placeholder that should be evaluated
below the join can be evaluated there.  Per recent bug report from Kirill
Simonov.

Back-patch to 8.4 where the PlaceHolderVar mechanism was introduced.
2010-09-28 14:19:00 -04:00
..
bitmapset.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
execnodes.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
makefuncs.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
memnodes.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
nodeFuncs.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
nodes.h Add a SECURITY LABEL command. 2010-09-27 20:55:27 -04:00
params.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
parsenodes.h Add a SECURITY LABEL command. 2010-09-27 20:55:27 -04:00
pg_list.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
plannodes.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
primnodes.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
print.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
readfuncs.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
relation.h Fix PlaceHolderVar mechanism's interaction with outer joins. 2010-09-28 14:19:00 -04:00
tidbitmap.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
value.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00