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

Skip to content

Commit b5285c1

Browse files
committed
> Follow up a visit from the style police.
1 parent 97d136f commit b5285c1

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-
* $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 $
3737
*
3838
**********************************************************************/
3939

@@ -568,7 +568,7 @@ plperl_safe_init(void)
568568
if (SvTRUE(ERRSV))
569569
ereport(ERROR,
570570
(errmsg("%s", strip_trailing_ws(SvPV_nolen(ERRSV))),
571-
errcontext("While executing PLC_TRUSTED.")));
571+
errcontext("while executing PLC_TRUSTED")));
572572

573573
if (GetDatabaseEncoding() == PG_UTF8)
574574
{
@@ -581,7 +581,7 @@ plperl_safe_init(void)
581581
if (SvTRUE(ERRSV))
582582
ereport(ERROR,
583583
(errmsg("%s", strip_trailing_ws(SvPV_nolen(ERRSV))),
584-
errcontext("While executing utf8fix.")));
584+
errcontext("while executing utf8fix")));
585585

586586
}
587587

0 commit comments

Comments
 (0)
0