File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
* ENHANCEMENTS, OR MODIFICATIONS.
34
34
*
35
35
* IDENTIFICATION
36
- * $Header: /cvsroot/pgsql/src/pl/plperl/plperl.c,v 1.40.2.4 2010/05/13 16:44:35 adunstan Exp $
36
+ * $Header: /cvsroot/pgsql/src/pl/plperl/plperl.c,v 1.40.2.5 2010/05/17 20:46:03 adunstan Exp $
37
37
*
38
38
**********************************************************************/
39
39
@@ -592,7 +592,7 @@ plperl_safe_init(void)
592
592
if (SvTRUE (ERRSV ))
593
593
ereport (ERROR ,
594
594
(errmsg ("%s" , strip_trailing_ws (SvPV_nolen (ERRSV ))),
595
- errcontext ("While executing PLC_TRUSTED. " )));
595
+ errcontext ("while executing PLC_TRUSTED" )));
596
596
597
597
if (GetDatabaseEncoding () == PG_UTF8 )
598
598
{
@@ -605,7 +605,7 @@ plperl_safe_init(void)
605
605
if (SvTRUE (ERRSV ))
606
606
ereport (ERROR ,
607
607
(errmsg ("%s" , strip_trailing_ws (SvPV_nolen (ERRSV ))),
608
- errcontext ("While executing utf8fix. " )));
608
+ errcontext ("while executing utf8fix" )));
609
609
610
610
}
611
611
You can’t perform that action at this time.
0 commit comments