libpqtypes - libpqtypes: PQgeterror() is documented as never returning

From: achernow(at)pgfoundry(dot)org (User Achernow)
To: pgsql-committers(at)postgresql(dot)org
Subject: libpqtypes - libpqtypes: PQgeterror() is documented as never returning
Date: 2008-12-27 19:44:48
Message-ID: 20081227194448.2DEB817ADE5F@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
PQgeterror() is documented as never returning NULL, but it was in some cases. Returns an empty string where it was incorrectly returning NULL

Modified Files:
--------------
libpqtypes/src:
error.c (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/error.c.diff?r1=1.16&r2=1.17)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-12-28 18:54:01 pgsql: Support window functions a la SQL:2008.
Previous Message Tom Lane 2008-12-27 17:39:00 pgsql: Make a couple of small changes to the tuplestore API, for the