pgsql/src/include/optimizer (paths.h planmain.h)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/optimizer (paths.h planmain.h)
Date: 2000-07-24 03:10:55
Message-ID: 200007240310.e6O3AtS74476@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Sunday, July 23, 2000 @ 23:10:54
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/optimizer
from hub.org:/home/projects/pgsql/tmp/cvs-serv74468/include/optimizer

Modified Files:
paths.h planmain.h

----------------------------- Log Message -----------------------------

Deduce equality constraints that are implied by transitivity of
mergejoinable qual clauses, and add them to the query quals. For
example, WHERE a = b AND b = c will cause us to add AND a = c.
This is necessary to ensure that it's safe to use these variables
as interchangeable sort keys, which is something 7.0 knows how to do.
Should provide a useful improvement in planning ability, too.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-07-24 03:10:56 pgsql/src/backend/optimizer (README)
Previous Message Peter Eisentraut - PostgreSQL 2000-07-23 13:01:14 pgsql/src/test/regress (GNUmakefile regress.sh run_check.sh system.sh GNUmakefile.in)