Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2df1465

Browse files
committed
Fix comment for regproc.
1 parent f52e734 commit 2df1465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/adt/regproc.c

+2-2
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 accept 1323_int4eq and 1323.
52+
* with the same name. We accept int4eq_1323 and 1323.
5353
*/
5454
if (strrchr(pro_name_and_oid, '_') != NULL)
5555
{

0 commit comments

Comments
 (0)