Skip to content
Snippets Groups Projects
Commit 5d34abc6 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Cleanup

parent d66a44a5
No related branches found
No related tags found
No related merge requests found
...@@ -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..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment