pgsql-server/src/backend/optimizer/util pathnode.c

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend/optimizer/util pathnode.c
Date: 2004-03-29 19:58:05
Message-ID: 20040329195805.27E1ED1EA41@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 04/03/29 15:58:04

Modified files:
src/backend/optimizer/util: pathnode.c

Log message:
Use fuzzy comparison of path costs in add_path(), so that paths with the
same path keys and nearly equivalent costs will be considered redundant.
The exact nature of the fuzziness may get adjusted later based on current
discussions, but no one has shot a hole in the basic idea yet ...

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2004-03-30 15:45:33 pgsql-server/ ontrib/btree_gist/btree_common.c ...
Previous Message Barry Lind 2004-03-29 17:47:47 pgsql-server/src/interfaces/jdbc/org/postgresq ...