Commit 3af21fa5 authored by Bruce Momjian's avatar Bruce Momjian

Mark xslt_process() as volatile.

parent 32e6c2a1
......@@ -52,7 +52,7 @@ CREATE OR REPLACE FUNCTION xpath_table(text,text,text,text,text) RETURNS setof r
CREATE OR REPLACE FUNCTION xslt_process(text,text,text) RETURNS text
AS 'MODULE_PATHNAME' LANGUAGE 'c' STRICT STABLE;
AS 'MODULE_PATHNAME' LANGUAGE 'c' STRICT VOLATILE;
-- the function checks for the correct argument count
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment