Update contrib/hstore for new GIN extractQuery API.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 Jan 2011 21:43:56 +0000 (16:43 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 Jan 2011 21:43:56 +0000 (16:43 -0500)
commitba398969cd1b32c550345bcf6b713deeb0a7d1de
treede88c478383d6c52f5f785b6ce3ba312a1fee840
parent327b25768217f5d4fd82770d0ab449814548f094
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.
contrib/hstore/expected/hstore.out
contrib/hstore/hstore_gin.c
contrib/hstore/hstore_op.c