pgsql: Add caching of query to GIN/GiST consistent function. - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Add caching of query to GIN/GiST consistent function.
Date
Msg-id 20080711115649.018E17549FD@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add caching of query to GIN/GiST consistent function.
Per performance gripe from nomao.com

Modified Files:
--------------
    pgsql/contrib/pg_trgm:
        trgm_gin.c (r1.4 -> r1.5)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_trgm/trgm_gin.c?r1=1.4&r2=1.5)
        trgm_gist.c (r1.14 -> r1.15)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_trgm/trgm_gist.c?r1=1.14&r2=1.15)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Allow binary-coercible types for cast function arguments and
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Allow binary-coercible types for cast function arguments and