aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execQual.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/executor/execQual.c')
-rw-r--r--src/backend/executor/execQual.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/backend/executor/execQual.c b/src/backend/executor/execQual.c
index 968617c39a9..a1c1fdd8ad3 100644
--- a/src/backend/executor/execQual.c
+++ b/src/backend/executor/execQual.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.125 2003/02/16 02:30:37 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.126 2003/03/09 02:19:13 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -1107,13 +1107,6 @@ ExecMakeTableFunctionResult(ExprState *funcexpr,
first_time = false;
}
- /* If we have a locally-created tupstore, close it up */
- if (tupstore)
- {
- MemoryContextSwitchTo(econtext->ecxt_per_query_memory);
- tuplestore_donestoring(tupstore);
- }
-
MemoryContextSwitchTo(callerContext);
/* The returned pointers are those in rsinfo */