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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Update contrib/hstore for new GIN extractQuery API.
Дата
Msg-id E1Pc33n-000264-8B@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve comment.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Update contrib/pg_trgm for new GIN extractQuery API.