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 | +23 −2 |
| contrib/hstore/hstore_op.c | modified | +2 −2 |
| contrib/hstore/README.hstore | modified | +4 −0 |