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)
commit21ed51b6bb9079eb12a747dec55fdd0261bbace9
tree2bb98fea4878027464e4c5e56aceb2c90c17540e
parent32fb71f0a85a9e6a3d93a6345045cb0331e0b1d5
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