pgsql: Add missing optimizer hooks for function cost and number of rows. - Mailing list pgsql-committers

From sriggs@postgresql.org (Simon Riggs)
Subject pgsql: Add missing optimizer hooks for function cost and number of rows.
Date
Msg-id 20100423222339.3F71B7541D0@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Add missing optimizer hooks for function cost and number of rows.
List pgsql-committers
Log Message:
-----------
Add missing optimizer hooks for function cost and number of rows.
Closely follow design of other optimizer hooks: if hook exists
retrieve value from plugin; if still not set then get from cache.

Modified Files:
--------------
    pgsql/src/backend/utils/cache:
        lsyscache.c (r1.168 -> r1.169)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/lsyscache.c?r1=1.168&r2=1.169)
    pgsql/src/include/utils:
        lsyscache.h (r1.131 -> r1.132)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/lsyscache.h?r1=1.131&r2=1.132)

pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [HACKERS] Re: pgsql: Make CheckRequiredParameterValues() depend upon correct
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: pgsql: Make CheckRequiredParameterValues() depend upon correct