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

From: jwp(at)pgfoundry(dot)org (User Jwp)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Don't continue to fill in the error if errstart returns
Date: 2005-04-09 01:07:44
Message-ID: 20050409010744.5E7A61FB621E@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jwp 2005-04-09 01:24:57 python - be: Raise Postgres.Errors as what they are defined to be,
Previous Message User Jwp 2005-04-09 01:01:42 python - be: Misplaced function, this belongs in pl.c where is actually