pgsql: Dept of second thoughts: let's make sure that

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Dept of second thoughts: let's make sure that
Date: 2008-09-28 20:42:13
Message-ID: 20080928204213.1EB617545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Dept of second thoughts: let's make sure that get_index_stats_hook is only
applied to expression indexes, not to plain relations. The original coding
in btcostestimate conflated the two cases, but it's not hard to use
get_relation_stats_hook instead when we're looking to the underlying relation.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
selfuncs.c (r1.254 -> r1.255)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/selfuncs.c?r1=1.254&r2=1.255)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User Rbrad 2008-09-29 04:40:45 uint - uint: Imported Sources
Previous Message Tom Lane 2008-09-28 19:51:40 pgsql: Add hooks to let plugins override the planner's lookups in