Fix contrib/hstore to throw an error for keys or values that don't fit in its

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 98686e1ea142d88cc29eaea012047bb73f1ae5cd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-03-15T22:05:44Z
Releases: 8.2.14
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

PathChange+/−
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