pgsql-server/src/backend/optimizer/plan create ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend/optimizer/plan create ...
Date: 2003-01-13 00:29:26
Message-ID: 20030113002926.394E447669A@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/01/12 19:29:26

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

Log message:
Cause planner to account for evaluation costs in targetlists and
HAVING quals. Normally this is an insignificant effect --- but it
will not be insignificant when these clauses contain sub-selects.
The added costs cannot affect the planning of the query containing
them, but they might have an impact when the query is a sub-query
of a larger one.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2003-01-13 01:57:47 pgsql-server/src/tools pgcvslog
Previous Message Tom Lane 2003-01-13 00:18:52 pgsql-server/src/backend/parser parse_expr.c