]> 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)
commit06c320c8af6adce28a6634faaf46e320085ebfcd
tree7d6f92fb3fbcce2a1cec456d410966b30f184ceb
parent809cccc3547462cd6b9a110ac82a5a60b9ee8587
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