pgsql-server/src backend/optimizer/path/allpat ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/optimizer/path/allpat ...
Date: 2003-04-24 23:43:09
Message-ID: 20030424234309.A69F4475AE4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 03/04/24 19:43:09

Modified files:
src/backend/optimizer/path: allpaths.c
src/backend/optimizer/prep: prepunion.c
src/include/optimizer: prep.h

Log message:
Adjust subquery qual pushdown rules so that we can push down a qual
into a UNION that has some type coercions applied to the component
queries, so long as the qual itself does not reference any columns that
have such coercions. Per example from Jonathan Bartlett 24-Apr-03.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2003-04-25 01:24:00 pgsql-server/src backend/libpq/hba.c backend/l ...
Previous Message Bruce Momjian - CVS 2003-04-24 21:25:34 pgsql-server/src/backend/port/win32 Makefile