hstore-new - hstore-new: deal with strictness/null issues.

From: andrewsn(at)pgfoundry(dot)org (User Andrewsn)
To: pgsql-committers(at)postgresql(dot)org
Subject: hstore-new - hstore-new: deal with strictness/null issues.
Date: 2009-06-20 23:17:17
Message-ID: 20090620231717.198D71072152@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
deal with strictness/null issues. support nulls when creating from
records and arrays (both useful and consistent with the => operator).
regression tests for null handling.

Modified Files:
--------------
hstore-new:
hstore-new.sql.in (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/hstore-new/hstore-new/hstore-new.sql.in?r1=1.2&r2=1.3)
hstore_io.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/hstore-new/hstore-new/hstore_io.c?r1=1.3&r2=1.4)
hstore-new/expected:
hstore.out (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/hstore-new/hstore-new/expected/hstore.out?r1=1.1.1.1&r2=1.2)
hstore-new/sql:
hstore.sql (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/hstore-new/hstore-new/sql/hstore.sql?r1=1.1.1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jbcooley 2009-06-21 01:17:12 npgsql - Npgsql2: New Directory
Previous Message User Andrewsn 2009-06-20 20:37:26 hstore-new - hstore-new: cleanup, reconcile with 8.4rc version, fix