Re: BUG #7485: 9.2 beta3 libxml2 can't be loaded on Windows

From: Rikard Pavelic <rikard(dot)pavelic(at)zg(dot)htnet(dot)hr>
To: pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Cc: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
Subject: Re: BUG #7485: 9.2 beta3 libxml2 can't be loaded on Windows
Date: 2012-08-14 15:42:48
Message-ID: 502A71F8.9010104@zg.htnet.hr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 8.8.2012. 13:30, Craig Ringer wrote:
> On 08/08/2012 06:24 PM, rikard(dot)pavelic(at)zg(dot)htnet(dot)hr wrote:
>> The following bug has been logged on the website:
>>
>> Bug reference: 7485
>> Logged by: Rikard Pavelic
>> Email address: rikard(dot)pavelic(at)zg(dot)htnet(dot)hr
>> PostgreSQL version: Unsupported/Unknown
>> Operating system: Windows
>> Description:
>>
>> This is still an issue as reported in
>> http://archives.postgresql.org/pgsql-bugs/2012-05/msg00231.php
>>
>> While on topic of XML is there any workaround for this?
>> CREATE TABLE data (id int, x xml);
>> SELECT t FROM data t GROUP BY t;
>>
>> I'm not really sure what operator to create. I'm fine with xml being
>> compared like text
> Your report confuses me somewhat. You've linked to an issue that is extremely specific to one particular PostgreSQL version without providing the version you are using or details about your OS. You
> then mention the need to create an operator, which seems to have nothing to do with the problem you linked to.
>
> Please follow up with:
>
> - Your PostgreSQL version
I've put it in the subject, because version selector didn't have it (9.2 beta3)
> - How you installed PostgeSQL (ie the EnterpriseDB installer, from source, .zip install)
I've used EnterpriseDB installer (9.2 beta2 with this bug, and now 9.2 beta3)
> - The error message you are getting and the command(s) that cause it
ERROR: could not set up XML error handler
SQL state: 0A000
Hint: This probably indicates that the version of libxml2 being used is not compatible with the libxml2 header files that PostgreSQL was built with.
I'm calling function with type that has an XML attribute.
I can provide a test case, but since this is just a warning of the old bug I didn't.
> - A description of the problem you are having
It doesn't work :D

The other question I asked should probably be a second bug report,
but I tried and failed to squeeze it into this one ;(

Regards,
Rikard

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Joe Tennant 2012-08-14 17:42:50 Possible memory leak/memory issue in pg_dump
Previous Message Hiroshi Saito 2012-08-14 12:59:22 Re: Fwd: [BUGS] Small bug in psqlodbc-09.01 prevents interoperability with LISTSERV