> Follow up a visit from the style police.
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 17 May 2010 20:46:03 +0000 (20:46 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 17 May 2010 20:46:03 +0000 (20:46 +0000)
src/pl/plperl/plperl.c

index 4f7b4c4b29c9201db1d93ce861d061b2cbece8e8..5107de82c2e7892c4f473a7e821d285ef679e490 100644 (file)
@@ -33,7 +33,7 @@
  *   ENHANCEMENTS, OR MODIFICATIONS.
  *
  * IDENTIFICATION
- *   $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 $
  *
  **********************************************************************/
 
@@ -592,7 +592,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)
    {
@@ -605,7 +605,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")));
 
    }