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

Commit2df1465

Browse files
committed
Fix comment for regproc.
1 parentf52e734 commit2df1465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/adt/regproc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/regproc.c,v 1.29 1998/09/23 17:50:12 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/regproc.c,v 1.30 1998/09/25 03:36:33 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -49,7 +49,7 @@ regprocin(char *pro_name_and_oid)
4949

5050
/*
5151
* we need to use the oid because there can be multiple entries
52-
* with the same name.We accept1323_int4eq and 1323.
52+
* with the same name.We acceptint4eq_1323 and 1323.
5353
*/
5454
if (strrchr(pro_name_and_oid,'_')!=NULL)
5555
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp