Обсуждение: pgsql/src/backend/optimizer/plan Tag: REL7_1_S ...

Поиск
Список
Период
Сортировка

pgsql/src/backend/optimizer/plan Tag: REL7_1_S ...

От
Tom Lane
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/05/14 16:25:38

Modified files:
    src/backend/optimizer/plan: Tag: REL7_1_STABLE initsplan.c

Log message:
    Current implementation of FOR UPDATE has no hope of working correctly
    for relations on the nullable side of an OUTER JOIN.  For now I think
    we'd better refuse such queries.