libpqtypes - libpqtypes: fixed bug in array.c.

From: achernow(at)pgfoundry(dot)org (User Achernow)
To: pgsql-committers(at)postgresql(dot)org
Subject: libpqtypes - libpqtypes: fixed bug in array.c.
Date: 2009-04-14 02:34:50
Message-ID: 20090414023450.0E71C17ADEEE@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Achernow 2009-04-14 03:19:06 libpqtypes - libpqtypes: Added NULL composite array item test and
Previous Message Tom Lane 2009-04-14 00:49:57 pgsql: Do some copy-editing on description of ts_headline().