8000 > Follow up a visit from the style police. · home201448/postgres@9f3cf8a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f3cf8a

Browse files
committed
> Follow up a visit from the style police.
1 parent 5356cf7 commit 9f3cf8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pl/plperl/plperl.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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

0 commit comments

Comments
 (0)
0