Fix contrib/hstore to throw an error for keys or values that don't fit in its
authorTom Lane <[email protected]>
Sun, 15 Mar 2009 22:05:44 +0000 (22:05 +0000)
committerTom Lane <[email protected]>
Sun, 15 Mar 2009 22:05:44 +0000 (22:05 +0000)
commit6c6a782f7789db682e543edb795f8febe116b573
tree15a130d29262ec6860127506d80f127b40b1e63d
parent2732ec8665290bb4abadcc884b75136bec1c12cf
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
contrib/hstore/README.hstore
contrib/hstore/hstore.h
contrib/hstore/hstore_io.c
contrib/hstore/hstore_op.c