We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5356cf7 commit9f3cf8aCopy full SHA for 9f3cf8a
src/pl/plperl/plperl.c
@@ -33,7 +33,7 @@
33
* ENHANCEMENTS, OR MODIFICATIONS.
34
*
35
* IDENTIFICATION
36
- * $Header: /cvsroot/pgsql/src/pl/plperl/plperl.c,v 1.40.2.4 2010/05/13 16:44:35 adunstan Exp $
+ * $Header: /cvsroot/pgsql/src/pl/plperl/plperl.c,v 1.40.2.5 2010/05/17 20:46:03 adunstan Exp $
37
38
**********************************************************************/
39
@@ -592,7 +592,7 @@ plperl_safe_init(void)
592
if (SvTRUE(ERRSV))
593
ereport(ERROR,
594
(errmsg("%s",strip_trailing_ws(SvPV_nolen(ERRSV))),
595
-errcontext("While executing PLC_TRUSTED.")));
+errcontext("while executing PLC_TRUSTED")));
596
597
if (GetDatabaseEncoding()==PG_UTF8)
598
{
@@ -605,7 +605,7 @@ plperl_safe_init(void)
605
606
607
608
-errcontext("While executing utf8fix.")));
+errcontext("while executing utf8fix")));
609
610
}
611