diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-03-01 18:08:27 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-03-01 18:08:27 +0000 |
commit | 7af8e8d671c548f7ba43a5a9aba691ffa0fc1727 (patch) | |
tree | cdd903611a3f9d4cd7eabe710279745109c2c4e0 /src | |
parent | 057b5485e6d2fa3872838b013080fd85bbbc3d0a (diff) | |
download | postgresql-7af8e8d671c548f7ba43a5a9aba691ffa0fc1727.tar.gz postgresql-7af8e8d671c548f7ba43a5a9aba691ffa0fc1727.zip |
Fix contrib/xml2 so regression test still works when it's built without libxslt.
This involves modifying the module to have a stable ABI, that is, the
xslt_process() function still exists even without libxslt. It throws a
runtime error if called, but doesn't prevent executing the CREATE FUNCTION
call. This is a good thing anyway to simplify cross-version upgrades.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions