From 92c4abc73693690ce9ff13ede160f0dcb0a2de7b Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Sat, 8 Jun 2019 08:16:38 +0530 Subject: Fix assorted inconsistencies. There were a number of issues in the recent commits which include typos, code and comments mismatch, leftover function declarations. Fix them. Reported-by: Alexander Lakhin Author: Alexander Lakhin, Amit Kapila and Amit Langote Reviewed-by: Amit Kapila Discussion: https://postgr.es/m/ef0c0232-0c1d-3a35-63d4-0ebd06e31387@gmail.com --- src/include/executor/executor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include/executor/executor.h') diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h index 88134bcc715..d056fd61513 100644 --- a/src/include/executor/executor.h +++ b/src/include/executor/executor.h @@ -514,7 +514,6 @@ extern ExprContext *MakePerTupleExprContext(EState *estate); extern void ExecAssignExprContext(EState *estate, PlanState *planstate); extern TupleDesc ExecGetResultType(PlanState *planstate); -extern TupleTableSlot ExecGetResultSlot(PlanState *planstate); extern const TupleTableSlotOps *ExecGetResultSlotOps(PlanState *planstate, bool *isfixed); extern void ExecAssignProjectionInfo(PlanState *planstate, -- cgit v1.2.3