diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pl/plperl/plperl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pl/plperl/plperl.c b/src/pl/plperl/plperl.c index 19ffe8fb896..bb6d021b683 100644 --- a/src/pl/plperl/plperl.c +++ b/src/pl/plperl/plperl.c @@ -33,7 +33,7 @@ * ENHANCEMENTS, OR MODIFICATIONS. * * IDENTIFICATION - * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.67.4.12 2010/05/13 16:44:03 adunstan Exp $ + * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.67.4.13 2010/05/17 20:46:12 adunstan Exp $ * **********************************************************************/ @@ -527,7 +527,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) { @@ -540,7 +540,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"))); } |