]> 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)
commitf778e537a0d02d5e05016da3e6f4068914101dee
treea4c2aa58fec6a53641a54facfd82caf2b1fc7eba
parent4870dce37fab7ed308cee9856bec4d4c8c7590b3
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