pgsql: Revert "Delete contrib/xml2's legacy implementation of xml_is_we

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Revert "Delete contrib/xml2's legacy implementation of xml_is_we
Дата
Msg-id E1c3lqR-0005VH-Pc@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTIO
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Band-aid fix for incorrect use of view options as StdRdOptions.