libpqtypes - libpqtypes: fixed bug in array.c. - Mailing list pgsql-committers

From achernow@pgfoundry.org (User Achernow)
Subject libpqtypes - libpqtypes: fixed bug in array.c.
Date
Msg-id 20090414023450.0E71C17ADEEE@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
fixed bug in array.c.  composite arrays had bug on gets when there was a NULL item.

Modified Files:
--------------
    libpqtypes/src:
        array.c (r1.8 -> r1.9)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/array.c.diff?r1=1.8&r2=1.9)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Do some copy-editing on description of ts_headline().
Next
From: achernow@pgfoundry.org (User Achernow)
Date:
Subject: libpqtypes - libpqtypes: Added NULL composite array item test and