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 33
33
* ENHANCEMENTS, OR MODIFICATIONS.
34
34
*
35
35
* IDENTIFICATION
36
- * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.94.2.16 2010/05/13 16:43:40 adunstan Exp $
36
+ * $PostgreSQL: pgsql/src/p
8000
l/plperl/plperl.c,v 1.94.2.17 2010/05/17 20:46:20 adunstan Exp $
37
37
*
38
38
**********************************************************************/
39
39
@@ -568,7 +568,7 @@ plperl_safe_init(void)
568
568
if (SvTRUE (ERRSV ))
569
569
ereport (ERROR ,
570
570
(errmsg ("%s" , strip_trailing_ws (SvPV_nolen (ERRSV ))),
571
- errcontext ("While executing PLC_TRUSTED. " )));
571
+ errcontext ("while executing PLC_TRUSTED" )));
572
572
573
573
if (GetDatabaseEncoding () == PG_UTF8 )
574
574
{
@@ -581,7 +581,7 @@ plperl_safe_init(void)
581
581
if (SvTRUE (ERRSV ))
582
582
ereport (ERROR ,
583
583
(errmsg ("%s" , strip_trailing_ws (SvPV_nolen (ERRSV ))),
584
- errcontext ("While executing utf8fix. " )));
584
+ errcontext ("while executing utf8fix" )));
585
585
586
586
}
587
587
You can’t perform that action at this time.
0 commit comments