Fix contrib/hstore to throw an error for keys or values that don't fit in its
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 15 Mar 2009 22:05:44 +0000 (22:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 15 Mar 2009 22:05:44 +0000 (22:05 +0000)
commit98686e1ea142d88cc29eaea012047bb73f1ae5cd
treecf118fe78f625a5157fb7c092e03a18b56cab977
parent7e2322990491274c390384cee1a847efcd46ef1c
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