mirror of
https://github.com/postgres/postgres.git
synced 2025-04-20 00:42:27 +03:00
Mark xslt_process() as volatile.
This commit is contained in:
parent
32e6c2a160
commit
3af21fa568
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user