]> granicus.if.org Git - postgresql/commitdiff
> Follow up a visit from the style police.
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 17 May 2010 20:46:53 +0000 (20:46 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 17 May 2010 20:46:53 +0000 (20:46 +0000)
src/pl/plperl/plperl.c

index 73991a6569ece67fd2a1c7f2cfa01c75755ee631..456154543e4269c3b34df53d5924ac591a034ff3 100644 (file)
@@ -1,7 +1,7 @@
 /**********************************************************************
  * plperl.c - perl as a procedural language for PostgreSQL
  *
- *       $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.150.2.7 2010/05/13 16:40:36 adunstan Exp $
+ *       $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.150.2.8 2010/05/17 20:46:53 adunstan Exp $
  *
  **********************************************************************/
 
@@ -554,7 +554,7 @@ plperl_safe_init(void)
        if (SvTRUE(ERRSV))
                ereport(ERROR,
                                (errmsg("%s", strip_trailing_ws(SvPV_nolen(ERRSV))),
-                                errcontext("While executing PLC_TRUSTED.")));
+                                errcontext("while executing PLC_TRUSTED")));
 
        if (GetDatabaseEncoding() == PG_UTF8)
        {
@@ -567,7 +567,7 @@ plperl_safe_init(void)
                if (SvTRUE(ERRSV))
                        ereport(ERROR,
                                        (errmsg("%s", strip_trailing_ws(SvPV_nolen(ERRSV))),
-                                        errcontext("While executing utf8fix.")));
+                                        errcontext("while executing utf8fix")));
        }
 
        /*