提交 23664553 编写于 作者: B BaiShaoqi 提交者: Hubert Zhang

Change from IMMUTABLE to VOLATILE, conform to the upstream (#5288)

Spotted by Heikki Linnakangas.
上级 6be0a32a
......@@ -184,7 +184,7 @@ CreateProceduralLanguage(CreatePLangStmt *stmt)
false, /* isWindowFunc */
false, /* security_definer */
true, /* isStrict */
PROVOLATILE_IMMUTABLE, // GPDB_90_MERGE_FIXME: why is this is IMMUTABLE in GPDB, when it's VOLATILE in the upstream?
PROVOLATILE_VOLATILE,
buildoidvector(funcargtypes, 1),
PointerGetDatum(NULL),
PointerGetDatum(NULL),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册