Re: pgsql: De-escape XML names when reverse-compiling

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: De-escape XML names when reverse-compiling
Date: 2006-12-29 16:45:27
Message-ID: 11379.1167410727@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Teodor Sigaev <teodor(at)sigaev(dot)ru> writes:
> Problem without libxml:
> utils/SUBSYS.o(.text+0x8060c): In function `map_xml_name_to_sql_identifier':
> /spool/home/teodor/pgsql/src/backend/utils/adt/xml.c:1013: undefined reference
> to `unicode_to_sqlchar'

Fixed.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-12-29 16:49:02 pgsql: Add support for XML build option to MSVC build scripts.
Previous Message Tom Lane 2006-12-29 16:44:28 pgsql: Fix multiple breakages in last XML patch.