]> 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)
commite319f03d12b1c624bd911be4a589cd635545ad74
treee7a59f54b9662d5757afe08c4315136105656286
parent7c89f350f109a187740b6f635c97871d6cc46ac1
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