OSDN Git Service

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)
commitd09e79deb97baa0609203f5815005545f3e280a7
tree625bdbbfa2f45d85eba82667033944bd26f2b6e8
parentb59d31c21571995ca717c29eabd4022f35c35169
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