Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ab5694e

Browse files
committed
Message style tuning
1 parent d154a85 commit ab5694e

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't get a GLOB from compiling %s via %s",
1309+
(errmsg("did not get a GLOB from compiling function \"%s\" via %s",
13101310
prodesc->proname, compile_sub)));
13111311

13121312
prodesc->reference = newSVsv(subref);

0 commit comments

Comments
 (0)