From: | andrewsn(at)pgfoundry(dot)org (User Andrewsn) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | hstore-new - hstore-new: revisit previous fix; unconditionally set |
Date: | 2009-09-14 00:32:56 |
Message-ID: | 20090914003256.DABBE1071B69@pgfoundry.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
revisit previous fix; unconditionally set result varlena length in code paths
that otherwise leave content unchanged. Add regression tests accordingly.
Modified Files:
--------------
hstore-new:
hstore.h (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/hstore-new/hstore-new/hstore.h?r1=1.2&r2=1.3)
hstore_op.c (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/hstore-new/hstore-new/hstore_op.c?r1=1.4&r2=1.5)
hstore-new/expected:
hstore.out (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/hstore-new/hstore-new/expected/hstore.out?r1=1.4&r2=1.5)
hstore-new/sql:
hstore.sql (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/hstore-new/hstore-new/sql/hstore.sql?r1=1.4&r2=1.5)
From | Date | Subject | |
---|---|---|---|
Next Message | User Andrewsn | 2009-09-14 03:30:29 | hstore-new - hstore-new: Deal with NULL issues in populate_record. |
Previous Message | Joshua Tolley | 2009-09-14 00:20:32 | Re: Convert OID intergers to path strings. |