Commit 5d34abc6 authored by Bruce Momjian's avatar Bruce Momjian

Cleanup

parent d66a44a5
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.47 1999/03/10 12:16:09 vadim Exp $ * $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.48 1999/03/14 20:01:14 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -1592,8 +1592,7 @@ ExecTargetList(List *targetlist, ...@@ -1592,8 +1592,7 @@ ExecTargetList(List *targetlist,
/* /*
* form the new result tuple (in the "normal" context) * form the new result tuple (in the "normal" context)
*/ */
newTuple = (HeapTuple) newTuple = (HeapTuple) heap_formtuple(targettype, values, null_head);
heap_formtuple(targettype, values, null_head);
/* /*
* free the nulls array if we allocated one.. * free the nulls array if we allocated one..
......
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