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

Commite1f06d8

Browse files
author
Neil Conway
committed
Fix a few minor typos in comments in PL/Perl.
1 parent52d010d commite1f06d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/pl/plperl/plperl.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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 thefunctions Oid
1288+
* Build our internal proc name from thefunction'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-
* thefunctions arguments andreturntype and store
1324+
* thefunction's arguments andreturn type and store
13251325
* the in-/out-functions in the prodesc block and create
13261326
* a new hashtable entry for it.
13271327
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp