mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 14:28:20 -04:00
ba398969cd
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.