File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/catalog/pg_proc.c,v 1.120 2004/10/07 18:38:48 tgl Exp $
11
+ * $PostgreSQL: pgsql/src/backend/catalog/pg_proc.c,v 1.121 2004/10/18 01:45:38 neilc Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
@@ -139,7 +139,7 @@ ProcedureCreate(const char *procedureName,
139
139
*/
140
140
if (parameterCount == 1 && OidIsValid (typev [0 ]) &&
141
141
(relid = typeidTypeRelid (typev [0 ])) != InvalidOid &&
142
- get_attnum (relid , ( char * ) procedureName ) != InvalidAttrNumber )
142
+ get_attnum (relid , procedureName ) != InvalidAttrNumber )
143
143
ereport (ERROR ,
144
144
(errcode (ERRCODE_DUPLICATE_COLUMN ),
145
145
errmsg ("\"%s\" is already an attribute of type %s" ,
You can’t perform that action at this time.
0 commit comments