Mark contrib's GiST and GIN opclass support functions as STRICT, for safety.
Tom Lane <tgl@sss.pgh.pa.us>
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.)
Files
| Path | Change | +/− |
|---|---|---|
| contrib/btree_gist/btree_gist.sql.in | modified | +95 −95 |
| contrib/cube/cube.sql.in | modified | +7 −7 |
| contrib/hstore/hstore.sql.in | modified | +11 −11 |
| contrib/intarray/_int.sql.in | modified | +15 −15 |
| contrib/ltree/ltree.sql.in | modified | +12 −12 |
| contrib/pg_trgm/pg_trgm.sql.in | modified | +11 −11 |
| contrib/seg/seg.sql.in | modified | +8 −8 |