Commit afac6363 authored by Bruce Momjian's avatar Bruce Momjian

cleanup

parent 7d0ab659
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.49 1999/03/19 22:31:39 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.50 1999/03/20 02:07:31 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -279,7 +279,7 @@ ExecEvalVar(Var *variable, ExprContext *econtext, bool *isNull) ...@@ -279,7 +279,7 @@ ExecEvalVar(Var *variable, ExprContext *econtext, bool *isNull)
tempSlot = makeNode(TupleTableSlot); tempSlot = makeNode(TupleTableSlot);
tempSlot->ttc_shouldFree = false; tempSlot->ttc_shouldFree = false;
tempSlot->ttc_descIsNew = true; tempSlot->ttc_descIsNew = true;
tempSlot->ttc_tupleDescriptor = (TupleDesc) NULL, tempSlot->ttc_tupleDescriptor = (TupleDesc) NULL;
tempSlot->ttc_buffer = InvalidBuffer; tempSlot->ttc_buffer = InvalidBuffer;
tempSlot->ttc_whichplan = -1; tempSlot->ttc_whichplan = -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment