aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/functions.h')
-rw-r--r--src/include/executor/functions.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/executor/functions.h b/src/include/executor/functions.h
index a6ae2e72d79..58bdff9b039 100644
--- a/src/include/executor/functions.h
+++ b/src/include/executor/functions.h
@@ -48,8 +48,7 @@ extern void check_sql_fn_statements(List *queryTreeLists);
extern bool check_sql_fn_retval(List *queryTreeLists,
Oid rettype, TupleDesc rettupdesc,
char prokind,
- bool insertDroppedCols,
- List **resultTargetList);
+ bool insertDroppedCols);
extern DestReceiver *CreateSQLFunctionDestReceiver(void);