Re: Another issue with invalid XML values

From: Bernd Helmle <mailings(at)oopsware(dot)de>
To: Florian Pflug <fgp(at)phlo(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Noah Misch <noah(at)leadboat(dot)com>, PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Another issue with invalid XML values
Date: 2011-07-25 17:37:32
Message-ID: CABF421E3CFADADAAF101D8C@apophis.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

--On 25. Juli 2011 19:07:50 +0200 Florian Pflug <fgp(at)phlo(dot)org> wrote:

> Hm, I have libxml2 2.7.8, installed via Mac Ports, and I cannot reproduce
> this. Maybe Mac Ports uses a modified libxml2, though. I'll check that.
>
> Where did you obtain libxml2 from?

This is MacPorts, too:

% port installed libxml2
The following ports are currently installed:
libxml2 @2.7.8_0 (active)

I've reduced my configure line to the least required options

./configure --with-libxml --with-includes=/opt/local/include
--with-libraries=/opt/local/lib

but still get the WARNINGs in the regression.diffs. Which settings do you use?

--
Thanks

Bernd

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-07-25 17:57:25 Re: Problem with pg_upgrade's directory write check on Windows
Previous Message Kevin Grittner 2011-07-25 17:12:26 Re: WIP fix proposal for bug #6123