Re: contrib/xml2 and PG_MODULE_MAGIC

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: contrib/xml2 and PG_MODULE_MAGIC
Date: 2006-09-11 15:23:44
Message-ID: 27018.1157988224@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Fuhr <mike(at)fuhr(dot)org> writes:
> contrib/xml2 currently has PG_MODULE_MAGIC in xslt_proc.c, which
> results in a runtime error on systems that built the module without
> support for libxslt per the comments in the Makefile. Should
> PG_MODULE_MAGIC be in xpath.c instead?

[ examines xml2/Makefile ... ] Yeah, sure looks that way. Will fix.

Even more interesting would be to fix things so that xml2 gets built as
part of the regular contrib build, but I'm not sure if we're ready to
add stuff to the configure script for the sole benefit of a contrib
module. I'd be more willing to do it if there were a long-term plan for
putting libxml-dependent code into the core. Do we have a roadmap yet
for XML development? I thought there was a session at the anniversary
conference devoted to sketching one, but if anything came out of that
I missed it.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-09-11 15:29:28 Re: Lock partitions
Previous Message Jan de Visser 2006-09-11 15:22:28 Re: Proposal for GUID datatype