| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Export xml.c's libxml-error-handling support so that contrib/xml2 |
| Date: | 2010-03-03 17:29:45 |
| Message-ID: | 20100303172945.B6E0E7541D0@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Export xml.c's libxml-error-handling support so that contrib/xml2 can use it
too, instead of duplicating the functionality (badly).
I renamed xml_init to pg_xml_init, because the former seemed just a bit too
generic to be safe as a global symbol. I considered likewise renaming
xml_ereport to pg_xml_ereport, but felt that the reference to ereport probably
made it sufficiently PG-centric already.
Modified Files:
--------------
pgsql/src/backend/utils/adt:
xml.c (r1.96 -> r1.97)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.96&r2=1.97)
pgsql/src/include/utils:
xml.h (r1.30 -> r1.31)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/xml.h?r1=1.30&r2=1.31)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2010-03-03 17:29:53 | pgsql: Export xml.c's libxml-error-handling support so that contrib/xml2 |
| Previous Message | User Itagaki | 2010-03-03 08:11:33 | pgbulkload - pgbulkload: Windows MSVC port. |