From 691dc282f81ff2333837b33f8517bfc08e31f37c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 19 Jan 1998 02:37:51 +0000 Subject: Fix for SELECT INTO TABLE for varchar(). --- src/include/executor/executor.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include/executor/executor.h') diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h index 68550ff2aaf..5837b7bf5fe 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.17 1998/01/14 15:48:43 momjian Exp $ + * $Id: executor.h,v 1.18 1998/01/19 02:37:51 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -120,6 +120,8 @@ 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); -- cgit v1.2.3