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 ba2fc7e commit 2299ceaCopy full SHA for 2299cea
src/pl/plperl/plperl.c
@@ -33,7 +33,7 @@
33
* ENHANCEMENTS, OR MODIFICATIONS.
34
*
35
* IDENTIFICATION
36
- * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.89 2005/08/12 21:26:32 tgl Exp $
+ * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.90 2005/08/20 19:19:21 tgl Exp $
37
38
**********************************************************************/
39
@@ -680,7 +680,7 @@ plperl_create_sub(char *s, bool trusted)
680
* errors properly. Perhaps it's because there's another level of
681
* eval inside mksafefunc?
682
*/
683
- count = perl_call_pv((trusted ? "mksafefunc" : "mkunsafefunc"),
+ count = perl_call_pv((trusted ? "::mksafefunc" : "::mkunsafefunc"),
684
G_SCALAR | G_EVAL | G_KEEPERR);
685
SPAGAIN;
686
0 commit comments