pgsql: Update contrib/hstore for new GIN extractQuery API. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Update contrib/hstore for new GIN extractQuery API.
Date
Msg-id E1Pc33n-000264-8B@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update contrib/hstore for new GIN extractQuery API.

In particular, make hstore @> '' succeed for all hstores, likewise
hstore ?& '{}'.  Previously the results were inconsistent and could
depend on whether you were using a GiST index, GIN index, or seqscan.

Branch
------
master

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

Modified Files
--------------
contrib/hstore/expected/hstore.out |    2 +-
contrib/hstore/hstore_gin.c        |  112 +++++++++++++++++++++---------------
contrib/hstore/hstore_op.c         |   14 +++--
3 files changed, 75 insertions(+), 53 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve comment.
Next
From: Tom Lane
Date:
Subject: pgsql: Update contrib/pg_trgm for new GIN extractQuery API.