pgsql: Put back plan-time check for trying to apply SELECT FOR

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Put back plan-time check for trying to apply SELECT FOR
Date: 2006-09-08 17:49:13
Message-ID: 20060908174913.882A29FA68D@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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 ...

Modified Files:
--------------
pgsql/src/backend/optimizer/plan:
initsplan.c (r1.120 -> r1.121)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/plan/initsplan.c.diff?r1=1.120&r2=1.121)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-09-08 18:05:35 pgsql: Fix pg_dump for recent change removing separate RULE privilege.
Previous Message User Cmaj 2006-09-08 16:25:50 pgaccess - pgaccess: make tab imports with wizard a little easier