Re: contrib/xml2 regression tests vs no-libxslt build option - Mailing list pgsql-hackers

From Tom Lane
Subject Re: contrib/xml2 regression tests vs no-libxslt build option
Date
Msg-id 18597.1267461860@sss.pgh.pa.us
Whole thread Raw
In response to Re: contrib/xml2 regression tests vs no-libxslt build option  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Tom Lane wrote:
>> No, it ignores it if libxml2 isn't available.  It can be built with
>> or without libxslt though.

> ugh.

> Maybe we need to set up a dummy function or two if not building with 
> xslt, like we do with the XML functions if not building with libxml.

Right, that was exactly my proposal.  The function should be there
always, but throw a run-time error if no xslt support.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: pgsql: add EPERM to the list of return codes to expect from opening
Next
From: Andrew Dunstan
Date:
Subject: Re: Re: pgsql: add EPERM to the list of return codes to expect from opening