]> granicus.if.org Git - postgresql/commit
Remove inadequate check for duplicate "xml" PI.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Mar 2019 21:40:19 +0000 (17:40 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Mar 2019 21:40:19 +0000 (17:40 -0400)
commit581b890c283b6b1b00b580ba261488d6b9bbf21c
tree64dec58419ab0e448f63a4a2419df43d432877ad
parentd88d71e3100c0d9687715e4ffa05a72f4599065c
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.
src/backend/utils/adt/xml.c