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

Started by Tom Laneabout 25 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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.