pgsql-server/src backend/nodes/list.c backend/ ...

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/nodes/list.c backend/ ...
Date: 2003-06-15 22:51:45
Message-ID: 20030615225145.C6CA430EB46@svr1.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)svr1(dot)postgresql(dot)org 03/06/15 19:51:45

Modified files:
src/backend/nodes: list.c outfuncs.c
src/backend/optimizer/path: indxpath.c orindxpath.c
src/backend/optimizer/plan: createplan.c
src/backend/optimizer/util: pathnode.c restrictinfo.c
src/include/nodes: pg_list.h relation.h
src/include/optimizer: restrictinfo.h

Log message:
Adjust nestloop-with-inner-indexscan plan generation so that we catch
some cases of redundant clauses that were formerly not caught. We have
to special-case this because the clauses involved never get attached to
the same join restrictlist and so the existing logic does not notice
that they are redundant.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-06-16 02:03:38 pgsql-server/src backend/optimizer/plan/create ...
Previous Message Tom Lane 2003-06-15 17:59:10 pgsql-server/ ontrib/dblink/dblink.c ontrib/ta ...