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

Fix compile failures for FRS composite tyhpe patch until Joe can fix it.

This commit is contained in:
Bruce Momjian
2002-08-04 20:00:15 +00:00
parent d7859a9570
commit 58c227693d
2 changed files with 5 additions and 4 deletions

View File

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