python - be: It is possible for PyObject_Str to fail, so be sure to - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: It is possible for PyObject_Str to fail, so be sure to
Date
Msg-id 20050628002738.1CC361126090@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
It is possible for PyObject_Str to fail, so be sure to catch it.

Modified Files:
--------------
    be/src:
        type.c (r1.11 -> r1.12)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type.c.diff?r1=1.11&r2=1.12)

pgsql-committers by date:

Previous
From: kimhanse@pgfoundry.org (User Kimhanse)
Date:
Subject: tablelog - tablelog: Changed column names and types in log table:
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Set the default encoding to the server_encoding.