pgsql: Update contrib/pg_trgm for new GIN extractQuery API.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update contrib/pg_trgm for new GIN extractQuery API.
Date: 2011-01-09 23:04:37
Message-ID: E1Pc4JR-0003B2-PX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update contrib/pg_trgm for new GIN extractQuery API.

No actual change in functionality ... just get rid of uselessly complex
code to pass the number of keys via extra_data.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=be0c3ea2d30ba225f0249ae88d6b0bdf3b753162

Modified Files
--------------
contrib/pg_trgm/trgm_gin.c | 46 +++++++++++++++++--------------------------
1 files changed, 18 insertions(+), 28 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Uwebartels 2011-01-10 09:53:49 pgstatspack - pgstatspack: fix issue with uninstalled module
Previous Message Tom Lane 2011-01-09 21:44:23 pgsql: Update contrib/hstore for new GIN extractQuery API.