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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Put back plan-time check for trying to apply SELECT FOR
Date
Msg-id 20060908174913.882A29FA68D@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: cmaj@pgfoundry.org (User Cmaj)
Date:
Subject: pgaccess - pgaccess: make tab imports with wizard a little easier
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix pg_dump for recent change removing separate RULE privilege.