pgsql: Fix contrib/hstore to throw an error for keys or values that

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix contrib/hstore to throw an error for keys or values that
Date: 2009-03-15 22:05:25
Message-ID: 20090315220525.46C5D754ADE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/contrib/hstore:
hstore.h (r1.5 -> r1.5.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/hstore.h?r1=1.5&r2=1.5.2.1)
hstore_io.c (r1.7 -> r1.7.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/hstore_io.c?r1=1.7&r2=1.7.2.1)
hstore_op.c (r1.8 -> r1.8.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/hstore_op.c?r1=1.8&r2=1.8.2.1)
pgsql/doc/src/sgml:
hstore.sgml (r1.2 -> r1.2.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/hstore.sgml?r1=1.2&r2=1.2.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-03-15 22:05:44 pgsql: Fix contrib/hstore to throw an error for keys or values that
Previous Message Tom Lane 2009-03-15 22:05:17 pgsql: Fix contrib/hstore to throw an error for keys or values that