File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 * ENHANCEMENTS, OR MODIFICATIONS.
3434 *
3535 * 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 $
3737 *
3838 **********************************************************************/
3939
@@ -1285,7 +1285,7 @@ compile_plperl_function(Oid fn_oid, bool is_trigger)
12851285 procStruct = (Form_pg_proc ) GETSTRUCT (procTup );
12861286
12871287 /************************************************************
1288- * Build our internal proc name from the functions Oid
1288+ * Build our internal proc name from the function's Oid
12891289 ************************************************************/
12901290 if (!is_trigger )
12911291 sprintf (internal_proname , "__PLPerl_proc_%u" , fn_oid );
@@ -1321,7 +1321,7 @@ compile_plperl_function(Oid fn_oid, bool is_trigger)
13211321
13221322 /************************************************************
13231323 * If we haven't found it in the hashtable, we analyze
1324- * the functions arguments and returntype and store
1324+ * the function's arguments and return type and store
13251325 * the in-/out-functions in the prodesc block and create
13261326 * a new hashtable entry for it.
13271327 *
You can’t perform that action at this time.
0 commit comments