File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 * ENHANCEMENTS, OR MODIFICATIONS.
3434 *
3535 * 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 $
3737 *
3838 **********************************************************************/
3939
@@ -592,7 +592,7 @@ plperl_safe_init(void)
592592 if (SvTRUE (ERRSV ))
593593 ereport (ERROR ,
594594 (errmsg ("%s" , strip_trailing_ws (SvPV_nolen (ERRSV ))),
595- errcontext ("While executing PLC_TRUSTED. " )));
595+ errcontext ("while executing PLC_TRUSTED" )));
596596
597597 if (GetDatabaseEncoding () == PG_UTF8 )
598598 {
@@ -605,7 +605,7 @@ plperl_safe_init(void)
605605 if (SvTRUE (ERRSV ))
606606 ereport (ERROR ,
607607 (errmsg ("%s" , strip_trailing_ws (SvPV_nolen (ERRSV ))),
608- errcontext ("While executing utf8fix. " )));
608+ errcontext ("while executing utf8fix" )));
609609
610610 }
611611
You can’t perform that action at this time.
0 commit comments