pgsql: Clean up encoding issues in the xml type: In text mode, encoding - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Clean up encoding issues in the xml type: In text mode, encoding
Date
Msg-id 20070118135911.EC40F9FB2D4@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Clean up encoding issues in the xml type: In text mode, encoding
declarations are ignored and removed, in binary mode they are honored as
specified by the XML standard.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        datatype.sgml (r1.184 -> r1.185)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml.diff?r1=1.184&r2=1.185)
    pgsql/src/backend/utils/adt:
        xml.c (r1.17 -> r1.18)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c.diff?r1=1.17&r2=1.18)
    pgsql/src/test/regress/expected:
        xml.out (r1.7 -> r1.8)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xml.out.diff?r1=1.7&r2=1.8)

pgsql-committers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: pgsql: Fix failure due to accessing an
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Optionally use xml2-config to detect installation locations of