]> granicus.if.org Git - postgresql/commit
Revert my patch of 2009-04-04 that removed contrib/intarray's definitions of
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 Jun 2009 20:09:34 +0000 (20:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 Jun 2009 20:09:34 +0000 (20:09 +0000)
commit156475a58985ed48ed45db595278037156ca737e
tree246827e1f972b1aca613990dd1a6a1b10af5365e
parent32ea236361ebedbb27b52a865d017b2858203812
Revert my patch of 2009-04-04 that removed contrib/intarray's definitions of
the <@ and @> operators.  These are not in fact equivalent to the built-in
anyarray operators of the same names, because they have different behavior for
empty arrays, namely they don't think empty arrays are contained in anything.
That is mathematically wrong, no doubt, but until we can persuade GIN indexes
to implement the mathematical definition we should probably not change this.
Another reason for not changing it now is that we can't yet ensure the
opclasses will be updated correctly in a dump-and-reload upgrade.  Per
recent discussions.
contrib/intarray/_int.sql.in
contrib/intarray/uninstall__int.sql
doc/src/sgml/intarray.sgml
doc/src/sgml/release-8.4.sgml