pgsql: Fix crash in bytea-to-XML mapping when the source value is - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix crash in bytea-to-XML mapping when the source value is
Date
Msg-id 20081009154904.B52627545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix crash in bytea-to-XML mapping when the source value is toasted.
Report and fix by Michael McMaster.  Some minor code beautification by me,
also avoid memory leaks in the special-case paths.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        xml.c (r1.77 -> r1.78)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.77&r2=1.78)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix crash in bytea-to-XML mapping when the source value is
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix overly tense optimization of PLpgSQL_func_hashkey: we must