libpqtypes - libpqtypes: PQgeterror() is documented as never returning - Mailing list pgsql-committers

From achernow@pgfoundry.org (User Achernow)
Subject libpqtypes - libpqtypes: PQgeterror() is documented as never returning
Date
Msg-id 20081227194448.2DEB817ADE5F@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
PQgeterror() is documented as never returning NULL, but it was in some cases.  Returns an empty string where it was
incorrectlyreturning 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make a couple of small changes to the tuplestore API, for the
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Support window functions a la SQL:2008.