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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove inadequate check for duplicate "xml" PI.
Date: 2019-03-23 21:40:40
Message-ID: E1h7oNc-0001FM-Vq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-03-23 21:40:41 pgsql: Revert strlen -> strnlen optimization pre-v11.
Previous Message Tom Lane 2019-03-23 20:51:54 pgsql: Accept XML documents when xmloption = content, as required by SQ