python - be: Don't continue to fill in the error if errstart returns - Mailing list pgsql-committers

From jwp@pgfoundry.org (User Jwp)
Subject python - be: Don't continue to fill in the error if errstart returns
Date
Msg-id 20050409010744.5E7A61FB621E@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Don't continue to fill in the error if errstart returns false. In cases where
the message would not be seen, it would result in a raised ERROR.

Modified Files:
--------------
    be/src:
        module.c (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/module.c.diff?r1=1.5&r2=1.6)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (User Jwp)
Date:
Subject: python - be: Misplaced function, this belongs in pl.c where is actually
Next
From: jwp@pgfoundry.org (User Jwp)
Date:
Subject: python - be: Raise Postgres.Errors as what they are defined to be,