pgsql: Add caching of query to GIN/GiST consistent function.

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add caching of query to GIN/GiST consistent function.
Date: 2008-07-11 11:56:48
Message-ID: 20080711115649.018E17549FD@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-07-11 14:43:55 Re: pgsql: Allow binary-coercible types for cast function arguments and
Previous Message Peter Eisentraut 2008-07-11 07:02:43 pgsql: Allow binary-coercible types for cast function arguments and