pgsql: xmlGetUTF8Char()'s second argument is both input and output. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: xmlGetUTF8Char()'s second argument is both input and output.
Date
Msg-id 20071110185120.712E17540F0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
xmlGetUTF8Char()'s second argument is both input and output.  Fix
uninitialized value, and avoid invoking the function nine separate
times in the pg_xmlIsNameChar macro.  Should resolve buildfarm failures.
Per report from Ben Leslie.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        xml.c (r1.54 -> r1.55)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.54&r2=1.55)

pgsql-committers by date:

Previous
From: jurka@pgfoundry.org (User Jurka)
Date:
Subject: jdbc - CVSROOT: Attempt to point commit messages to our own mailing
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update high availability documentation with comments from Markus