Thanks to visit codestin.com
Credit goes to postgrespro.com

pgsql: Fix encoding handling in xml binary input function. - Mailing list pgsql-committers

From [email protected] (Heikki Linnakangas)
Subject pgsql: Fix encoding handling in xml binary input function.
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix encoding handling in xml binary input function. If the XML header didn't
specify an encoding explicitly, we used to treat it as being in database
encoding when we parsed it, but then perform a UTF-8 -> database encoding
conversion on it, which was completely bogus. It's now consistently treated as
UTF-8.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        xml.c (r1.93 -> r1.94)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.93&r2=1.94)

pgsql-committers by date:

Previous
From: [email protected] (Dave Page)
Date:
Subject: pginstaller - pginst: Update for 8.2.14
Next
From: [email protected] (Heikki Linnakangas)
Date:
Subject: pgsql: Fix encoding handling in xml binary input function.