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)
commit39f06dcad6fd566bc2403b7a6e0480a98f6e52f8
tree64efdc2b704210f4a07ee13e39f1fb8c5f3a8382
parenta702159158acd9e93ded06a7906ef15f9c28c99c
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