diff options
Diffstat (limited to 'src/include/executor/functions.h')
-rw-r--r-- | src/include/executor/functions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/executor/functions.h b/src/include/executor/functions.h index fdc23b2812e..88ca87fd86d 100644 --- a/src/include/executor/functions.h +++ b/src/include/executor/functions.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/functions.h,v 1.24 2004/12/31 22:03:29 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/functions.h,v 1.25 2005/03/31 22:46:22 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -20,7 +20,7 @@ extern Datum fmgr_sql(PG_FUNCTION_ARGS); -extern bool check_sql_fn_retval(Oid rettype, char fn_typtype, +extern bool check_sql_fn_retval(Oid func_id, Oid rettype, List *queryTreeList, JunkFilter **junkFilter); |