mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
Mark xslt_process() as volatile.
This commit is contained in:
@ -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
|
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
|
-- the function checks for the correct argument count
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user