Remove inadequate check for duplicate "xml" PI.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f778e537a0d02d5e05016da3e6f4068914101dee
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-03-23T21:40:19Z
Releases: 12.0
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.

Files

PathChange+/−
src/backend/utils/adt/xml.c modified +0 −4