We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52e734 commit 2df1465Copy full SHA for 2df1465
src/backend/utils/adt/regproc.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/regproc.c,v 1.29 1998/09/23 17:50:12 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/regproc.c,v 1.30 1998/09/25 03:36:33 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -49,7 +49,7 @@ regprocin(char *pro_name_and_oid)
49
50
/*
51
* we need to use the oid because there can be multiple entries
52
- * with the same name. We accept 1323_int4eq and 1323.
+ * with the same name. We accept int4eq_1323 and 1323.
53
54
if (strrchr(pro_name_and_oid, '_') != NULL)
55
{
0 commit comments