Fix contrib/hstore to throw an error for keys or values that don't fit in its
Tom Lane <tgl@sss.pgh.pa.us>
Fix contrib/hstore to throw an error for keys or values that don't fit in its data structure, rather than silently truncating them. Andrew Gierth
Files
| Path | Change | +/− |
|---|---|---|
| contrib/hstore/hstore.h | modified | +8 −0 |
| contrib/hstore/hstore_io.c | modified | +25 −6 |
| contrib/hstore/hstore_op.c | modified | +4 −6 |
| doc/src/sgml/hstore.sgml | modified | +7 −1 |