Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARE
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Sep 2006 17:49:13 +0000 (17:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Sep 2006 17:49:13 +0000 (17:49 +0000)
commite821d4c8b677f20067a19199324ae2d320ee665c
tree1bf98d4dcb757072531539c8a070b365938a44a7
parent1f95921c01d3b3b8fac13657b8a3f1357efa56a0
Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARE
to a relation on the nullable side of an outer join.  I had removed
this during the outer join planning rewrite a few months ago ... I think
I intended to put it somewhere else, but forgot ...
src/backend/optimizer/plan/initsplan.c