pgsql: Dept of second thoughts: let's make sure that - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Dept of second thoughts: let's make sure that
Date
Msg-id 20080928204213.1EB617545A4@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Dept of second thoughts: let's make sure that  (Simon Riggs <simon@2ndQuadrant.com>)
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add hooks to let plugins override the planner's lookups in
Next
From: rbrad@pgfoundry.org (User Rbrad)
Date:
Subject: uint - uint: Imported Sources