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:41
Message-ID: E1h7oNd-0001FQ-0L@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_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/581b890c283b6b1b00b580ba261488d6b9bbf21c

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-03-24 03:01:44 pgsql: tableam: Add tuple_{insert, delete, update, lock} and use.
Previous Message Tom Lane 2019-03-23 21:40:40 pgsql: Remove inadequate check for duplicate "xml" PI.