python - be: Special case bytea instantiation to avoid escaping.

From: jwp(at)pgfoundry(dot)org (User Jwp)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Special case bytea instantiation to avoid escaping.
Date: 2005-04-08 01:37:34
Message-ID: 20050408013734.D2ED2318F6B@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jwp 2005-04-08 01:45:57 python - be: Finish transition Move/Rename files.
Previous Message Neil Conway 2005-04-08 00:59:59 pgsql: Change the default setting of "add_missing_from" to false.