Skip to content
Snippets Groups Projects
Commit 3af21fa5 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Mark xslt_process() as volatile.

parent 32e6c2a1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment