pgsql/src/backend/optimizer/plan planner.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/optimizer/plan planner.c
Date: 2001-04-30 19:24:47
Message-ID: 200104301924.f3UJOlh57338@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/04/30 15:24:47

Modified files:
src/backend/optimizer/plan: planner.c

Log message:
Suppress pull-up of subqueries that are in the nullable side of an outer
join. This is needed to avoid improper evaluation of expressions that
should be nulled out, as in Victor Wagner's bug report of 4/27/01.
Pretty ugly solution, but no time to do anything better for 7.1.1.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-04-30 20:05:41 pgsql/src/pl/plpgsql/src pl_exec.c
Previous Message Bruce Momjian - CVS 2001-04-30 17:38:01 pgsql/doc/src/sgml libpq++.sgml libpq.sgml