mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
> Follow up a visit from the style police.
This commit is contained in:
@ -33,7 +33,7 @@
|
|||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
* ENHANCEMENTS, OR MODIFICATIONS.
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.94.2.16 2010/05/13 16:43:40 adunstan Exp $
|
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.94.2.17 2010/05/17 20:46:20 adunstan Exp $
|
||||||
*
|
*
|
||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
@ -568,7 +568,7 @@ plperl_safe_init(void)
|
|||||||
if (SvTRUE(ERRSV))
|
if (SvTRUE(ERRSV))
|
||||||
ereport(ERROR,
|
ereport(ERROR,
|
||||||
(errmsg("%s", strip_trailing_ws(SvPV_nolen(ERRSV))),
|
(errmsg("%s", strip_trailing_ws(SvPV_nolen(ERRSV))),
|
||||||
errcontext("While executing PLC_TRUSTED.")));
|
errcontext("while executing PLC_TRUSTED")));
|
||||||
|
|
||||||
if (GetDatabaseEncoding() == PG_UTF8)
|
if (GetDatabaseEncoding() == PG_UTF8)
|
||||||
{
|
{
|
||||||
@ -581,7 +581,7 @@ plperl_safe_init(void)
|
|||||||
if (SvTRUE(ERRSV))
|
if (SvTRUE(ERRSV))
|
||||||
ereport(ERROR,
|
ereport(ERROR,
|
||||||
(errmsg("%s", strip_trailing_ws(SvPV_nolen(ERRSV))),
|
(errmsg("%s", strip_trailing_ws(SvPV_nolen(ERRSV))),
|
||||||
errcontext("While executing utf8fix.")));
|
errcontext("while executing utf8fix")));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user