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 | +9 −1 |
| contrib/hstore/hstore_io.c | modified | +26 −7 |
| contrib/hstore/hstore_op.c | modified | +4 −6 |
| doc/src/sgml/hstore.sgml | modified | +7 −1 |