pgsql: Fix up core tsquery GIN support for new extractQuery API.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix up core tsquery GIN support for new extractQuery API.
Date: 2011-01-09 19:35:15
Message-ID: E1Pc12p-0000MM-Tn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix up core tsquery GIN support for new extractQuery API.

No need for the empty-prefix-match kluge to force a full scan anymore.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/tsginidx.c | 74 +++++++++++++++++------------------
src/backend/utils/adt/tsvector_op.c | 73 ++++++++++++++++++++++++++++-------
src/include/tsearch/ts_utils.h | 2 +-
3 files changed, 96 insertions(+), 53 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-01-09 19:37:15 pgsql: Fix crash in the new GiST insertion code, when an update splits
Previous Message Tom Lane 2011-01-09 18:09:38 pgsql: Use array_contains_nulls instead of ARR_HASNULL on user-supplied