diff options
Diffstat (limited to 'src/include/executor/executor.h')
-rw-r--r-- | src/include/executor/executor.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h index 5837b7bf5fe..e5251886bc5 100644 --- a/src/include/executor/executor.h +++ b/src/include/executor/executor.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: executor.h,v 1.18 1998/01/19 02:37:51 momjian Exp $ + * $Id: executor.h,v 1.19 1998/02/10 04:02:19 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -18,11 +18,6 @@ #include <stdio.h> #include <executor/execdesc.h> -/* ---------------------------------------------------------------- - * ---------------------------------------------------------------- - */ - - /* * prototypes from functions in execAmi.c */ @@ -120,8 +115,6 @@ extern TupleDesc ExecTypeFromTL(List *targetList); extern void ResetTupleCount(void); extern void ExecAssignNodeBaseInfo(EState *estate, CommonState *basenode, Plan *parent); -extern void setAtttypmodForCreateTable(TupleDesc tupType, List *targetList, - List *rangeTable); extern void ExecAssignExprContext(EState *estate, CommonState *commonstate); extern void ExecAssignResultType(CommonState *commonstate, TupleDesc tupDesc); @@ -143,14 +136,5 @@ extern void ExecOpenIndices(Oid resultRelationOid, extern void ExecCloseIndices(RelationInfo *resultRelationInfo); extern void ExecInsertIndexTuples(TupleTableSlot *slot, ItemPointer tupleid, EState *estate, bool is_update); -extern void resetVarAttrLenForCreateTable(TupleDesc tupType); -extern void setVarAttrLenForCreateTable(TupleDesc tupType, - List *targetList, List *rangeTable); - - -/* ---------------------------------------------------------------- - * the end - * ---------------------------------------------------------------- - */ #endif /* EXECUTOR_H */ |