diff options
| author | Tom Lane | 2002-12-13 19:46:01 +0000 |
|---|---|---|
| committer | Tom Lane | 2002-12-13 19:46:01 +0000 |
| commit | 3a4f7dde16ad81b2319b9a4924a6023710a2fefd (patch) | |
| tree | 248cf66fd94d40072b5ba8bb8e5437a6ea8399e5 /src/include/executor/spi.h | |
| parent | 77b7a740f95250af7d78f69e9c906c3e53f32e7b (diff) | |
Phase 3 of read-only-plans project: ExecInitExpr now builds expression
execution state trees, and ExecEvalExpr takes an expression state tree
not an expression plan tree. The plan tree is now read-only as far as
the executor is concerned. Next step is to begin actually exploiting
this property.
Diffstat (limited to 'src/include/executor/spi.h')
| -rw-r--r-- | src/include/executor/spi.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/executor/spi.h b/src/include/executor/spi.h index 1ff389e8511..263661492da 100644 --- a/src/include/executor/spi.h +++ b/src/include/executor/spi.h @@ -2,7 +2,7 @@ * * spi.h * - * $Id: spi.h,v 1.33 2001/11/08 20:37:52 momjian Exp $ + * $Id: spi.h,v 1.34 2002/12/13 19:45:56 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -30,7 +30,6 @@ #include "tcop/utility.h" #include "tcop/dest.h" #include "nodes/params.h" -#include "utils/fcache.h" #include "utils/datum.h" #include "utils/syscache.h" #include "utils/builtins.h" |
