pgsql: Remove inadequate check for duplicate "xml" PI.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove inadequate check for duplicate "xml" PI.
Дата
Msg-id E1h7oNc-0001FK-W1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove inadequate check for duplicate "xml" PI.

I failed to think about PIs starting with "xml".  We don't really
need this check at all, so just take it out.  Oversight in
commit 8d1dadb25 et al.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f778e537a0d02d5e05016da3e6f4068914101dee

Modified Files
--------------
src/backend/utils/adt/xml.c | 4 ----
1 file changed, 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Accept XML documents when xmloption = content,as required by SQ
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove inadequate check for duplicate "xml" PI.