]> granicus.if.org Git - postgresql/commit
Mark contrib's GiST and GIN opclass support functions as STRICT, for safety.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Jun 2009 18:30:03 +0000 (18:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Jun 2009 18:30:03 +0000 (18:30 +0000)
commitd94582f4f8a06e08c8b054d332174165de6e40a6
tree517d261c6a655c96d4300c99445a048fc2e7daa2
parent4c8175278f12e1cca5bd4e1c5826e130a7b99bd2
Mark contrib's GiST and GIN opclass support functions as STRICT, for safety.
(Note: GiST penalty functions could possibly be non-strict, but none are at
present.)
contrib/btree_gist/btree_gist.sql.in
contrib/cube/cube.sql.in
contrib/hstore/hstore.sql.in
contrib/intarray/_int.sql.in
contrib/ltree/ltree.sql.in
contrib/pg_trgm/pg_trgm.sql.in
contrib/seg/seg.sql.in