python - be: Special case bytea instantiation to avoid escaping. - Mailing list pgsql-committers

From jwp@pgfoundry.org (User Jwp)
Subject python - be: Special case bytea instantiation to avoid escaping.
Date
Msg-id 20050408013734.D2ED2318F6B@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Special case bytea instantiation to avoid escaping.
Fix bug where typbyval Datums would be freed on input error.

Modified Files:
--------------
    be/src:
        type.c (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type.c.diff?r1=1.2&r2=1.3)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Change the default setting of "add_missing_from" to false.
Next
From: jwp@pgfoundry.org (User Jwp)
Date:
Subject: python - be: Finish transition Move/Rename files.