From c3a960ad8a1c8c528ab70d561ca8b3c67866b0d0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 31 May 1997 16:52:19 +0000 Subject: Fix for SELECT * INTO TABLE for char(), varchar() fields. --- src/include/executor/executor.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/include/executor') diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h index 3bf8324c254..c3a58716c53 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.7 1996/12/26 17:53:40 momjian Exp $ + * $Id: executor.h,v 1.8 1997/05/31 16:52:19 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -174,6 +174,9 @@ extern IndexTuple ExecFormIndexTuple(HeapTuple heapTuple, Relation heapRelation, Relation indexRelation, IndexInfo *indexInfo); 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); /* ---------------------------------------------------------------- -- cgit v1.2.3