Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitab5694e

Browse files
committed
Message style tuning
1 parentd154a85 commitab5694e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/pl/plperl/plperl.c‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**********************************************************************
22
* plperl.c - perl as a procedural language for PostgreSQL
33
*
4-
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.172 2010/03/17 21:31:17 petere Exp $
4+
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.173 2010/03/18 19:02:46 petere Exp $
55
*
66
**********************************************************************/
77

@@ -1306,7 +1306,7 @@ plperl_create_sub(plperl_proc_desc *prodesc, char *s, Oid fn_oid)
13061306

13071307
if (!subref)
13081308
ereport(ERROR,
1309-
(errmsg("didn'tget a GLOB from compiling%s via %s",
1309+
(errmsg("did notget a GLOB from compilingfunction \"%s\" via %s",
13101310
prodesc->proname,compile_sub)));
13111311

13121312
prodesc->reference=newSVsv(subref);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp