|
33 | 33 | * ENHANCEMENTS, OR MODIFICATIONS. |
34 | 34 | * |
35 | 35 | * IDENTIFICATION |
36 | | - * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.101 2006/01/28 16:20:31 adunstan Exp $ |
| 36 | + * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.102 2006/02/26 22:26:39 neilc Exp $ |
37 | 37 | * |
38 | 38 | **********************************************************************/ |
39 | 39 |
|
@@ -1285,7 +1285,7 @@ compile_plperl_function(Oid fn_oid, bool is_trigger) |
1285 | 1285 | procStruct= (Form_pg_proc)GETSTRUCT(procTup); |
1286 | 1286 |
|
1287 | 1287 | /************************************************************ |
1288 | | - * Build our internal proc name from thefunctions Oid |
| 1288 | + * Build our internal proc name from thefunction's Oid |
1289 | 1289 | ************************************************************/ |
1290 | 1290 | if (!is_trigger) |
1291 | 1291 | sprintf(internal_proname,"__PLPerl_proc_%u",fn_oid); |
@@ -1321,7 +1321,7 @@ compile_plperl_function(Oid fn_oid, bool is_trigger) |
1321 | 1321 |
|
1322 | 1322 | /************************************************************ |
1323 | 1323 | * If we haven't found it in the hashtable, we analyze |
1324 | | - * thefunctions arguments andreturntype and store |
| 1324 | + * thefunction's arguments andreturn type and store |
1325 | 1325 | * the in-/out-functions in the prodesc block and create |
1326 | 1326 | * a new hashtable entry for it. |
1327 | 1327 | * |
|