Fix map_sql_typecoll_to_xmlschema_types() to not fail on dropped
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Jul 2007 03:43:23 +0000 (03:43 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Jul 2007 03:43:23 +0000 (03:43 +0000)
commitf0a1f6aea2c5dfdb6a653d0a276a2e0b1c057ed4
treefdcfaae48033bec83490ff97b9d2cbbd9503672b
parent44e90088a49cb938bc3a64f630a99689ddcab97c
Fix map_sql_typecoll_to_xmlschema_types() to not fail on dropped
columns, per my gripe earlier today.  Make it look a bit less like
someone's first effort at backend coding.
src/backend/utils/adt/xml.c