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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Put back plan-time check for trying to apply SELECT FOR
Дата
Msg-id 20060908174913.882A29FA68D@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: cmaj@pgfoundry.org (User Cmaj)
Дата:
Сообщение: pgaccess - pgaccess: make tab imports with wizard a little easier
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix pg_dump for recent change removing separate RULE privilege.