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: f3a72bd40bf37724308ef641f60d60a1776df424
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-03-15T22:05:17Z
Releases: 8.4.0
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 +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