pgsql: Fix map_sql_typecoll_to_xmlschema_types() to not fail on dropped

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix map_sql_typecoll_to_xmlschema_types() to not fail on dropped
Date: 2007-07-13 03:43:24
Message-ID: 20070713034324.137689FB9AB@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
xml.c (r1.45 -> r1.46)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c.diff?r1=1.45&r2=1.46)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-13 04:57:59 pgsql: Volatile-qualify a dozen variables in plpython.c to eliminate
Previous Message Tom Lane 2007-07-13 02:25:48 pgsql: Add casts to suppress warnings about m68k-specific kluge in