contrib/xml2 and PG_MODULE_MAGIC

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: contrib/xml2 and PG_MODULE_MAGIC
Date: 2006-09-10 23:43:29
Message-ID: 20060910234329.GA81568@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

--
Michael Fuhr

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-09-10 23:44:22 Re: [COMMITTERS] pgsql: Back out patch added during
Previous Message Bruce Momjian 2006-09-10 23:40:07 Re: Fixed length data types issue