pgsql: Revert "Delete contrib/xml2's legacy implementation of xml_is_we - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Revert "Delete contrib/xml2's legacy implementation of xml_is_we
Date
Msg-id E1c3lqR-0005VH-Pc@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert "Delete contrib/xml2's legacy implementation of xml_is_well_formed()."

This partly reverts commit 20540710e83f2873707c284a0c0693f0b57156c4.
Since we've given up on adding PGDLLEXPORT markers to PG_FUNCTION_INFO_V1,
there's no need to remove the legacy compatibility function.  I kept the
documentation changes, though, as they seem appropriate anyway.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c59f94e81e56fe24428952f116f3c9555f42cc4f

Modified Files
--------------
contrib/xml2/xpath.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTIO
Next
From: Tom Lane
Date:
Subject: pgsql: Band-aid fix for incorrect use of view options as StdRdOptions.