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

Started by Tom Laneover 15 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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(-)