]> 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)
commit87a44b6cf98f8d325af0f000f10adedcb7a5b95d
treeee6594c3f52bc8cd4e9500f6a6a5be6d81f7e0f2
parentc4c2958c6b8fbf691a3303fa09f1aa84bb8927d9
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