From: Andrew Dunstan Date: Mon, 17 May 2010 20:46:03 +0000 (+0000) Subject: > Follow up a visit from the style police. X-Git-Tag: REL7_4_30~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f3cf8a580be7f3b430ecf6b3ed0a3094218b1f3;p=thirdparty%2Fpostgresql.git > Follow up a visit from the style police. --- diff --git a/src/pl/plperl/plperl.c b/src/pl/plperl/plperl.c index 4f7b4c4b29c..5107de82c2e 100644 --- a/src/pl/plperl/plperl.c +++ b/src/pl/plperl/plperl.c @@ -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"))); }