pgsql: Remove inadequate check for duplicate "xml" PI. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove inadequate check for duplicate "xml" PI.
Date
Msg-id E1h7oNc-0001FM-Vq@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_11_STABLE

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Accept XML documents when xmloption = content,as required by SQ
Next
From: Tom Lane
Date:
Subject: pgsql: Remove inadequate check for duplicate "xml" PI.