1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-22 12:22:45 +03:00

Fix merge failures for anonymous-type patch. From Joe Conway.

This commit is contained in:
Tom Lane
2002-08-04 23:49:59 +00:00
parent e053d2071d
commit 1be014313a
2 changed files with 6 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/catalog/pg_proc.c,v 1.84 2002/08/04 20:00:15 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/catalog/pg_proc.c,v 1.85 2002/08/04 23:49:59 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -318,7 +318,7 @@ ProcedureCreate(const char *procedureName,
* type he claims.
*/
static void
checkretval(Oid rettype, char fn_typtype /* XXX FIX ME */, List *queryTreeList)
checkretval(Oid rettype, char fn_typtype, List *queryTreeList)
{
Query *parse;
int cmd;