git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 52d010d)
Fix a few minor typos in comments in PL/Perl.
2006年2月26日 22:26:39 +0000 (22:26 +0000)
2006年2月26日 22:26:39 +0000 (22:26 +0000)

diff --git a/src/pl/plperl/plperl.c b/src/pl/plperl/plperl.c
index 8d81460fcfcd6364478479fff4b733f49d417274..55d049eef12dac104c651bc8b900335405a0413b 100644 (file)
--- a/src/pl/plperl/plperl.c
+++ b/src/pl/plperl/plperl.c
@@ -33,7 +33,7 @@
* ENHANCEMENTS, OR MODIFICATIONS.
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.101 2006年01月28日 16:20:31 adunstan Exp $
+ * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.102 2006年02月26日 22:26:39 neilc Exp $
*
**********************************************************************/
@@ -1285,7 +1285,7 @@ compile_plperl_function(Oid fn_oid, bool is_trigger)
procStruct = (Form_pg_proc) GETSTRUCT(procTup);
/************************************************************
- * Build our internal proc name from the functions Oid
+ * Build our internal proc name from the function's Oid
************************************************************/
if (!is_trigger)
sprintf(internal_proname, "__PLPerl_proc_%u", fn_oid);
@@ -1321,7 +1321,7 @@ compile_plperl_function(Oid fn_oid, bool is_trigger)
/************************************************************
* If we haven't found it in the hashtable, we analyze
- * the functions arguments and returntype and store
+ * the function's arguments and return type and store
* the in-/out-functions in the prodesc block and create
* a new hashtable entry for it.
*
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /