We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffad02 commit 310578eCopy full SHA for 310578e
src/backend/utils/fmgr/fmgr.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/utils/fmgr/fmgr.c,v 1.107 2007/07/13 02:25:48 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/fmgr/fmgr.c,v 1.108 2007/07/31 15:49:49 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -859,6 +859,7 @@ fmgr_security_definer(PG_FUNCTION_ARGS)
859
860
fmgr_info_cxt_security(fcinfo->flinfo->fn_oid, &fcache->flinfo,
861
fcinfo->flinfo->fn_mcxt, true);
862
+ fcache->flinfo.fn_expr = fcinfo->flinfo->fn_expr;
863
864
tuple = SearchSysCache(PROCOID,
865
ObjectIdGetDatum(fcinfo->flinfo->fn_oid),
0 commit comments