Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3af21fa

Browse files
committed
Mark xslt_process() as volatile.
1 parent32e6c2a commit3af21fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/xml2/pgxml.sql.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ CREATE OR REPLACE FUNCTION xpath_table(text,text,text,text,text) RETURNS setof r
5252

5353

5454
CREATE OR REPLACE FUNCTION xslt_process(text,text,text) RETURNS text
55-
AS 'MODULE_PATHNAME' LANGUAGE 'c' STRICTSTABLE;
55+
AS 'MODULE_PATHNAME' LANGUAGE 'c' STRICTVOLATILE;
5656

5757
-- the function checks for the correct argument count
5858

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp