pgsql: Update contrib/hstore 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/hstore for new GIN extractQuery API.
Date: 2011-01-09 21:44:23
Message-ID: E1Pc33n-000264-8B@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-01-09 23:04:37 pgsql: Update contrib/pg_trgm for new GIN extractQuery API.
Previous Message Tom Lane 2011-01-09 20:25:39 pgsql: Improve comment.