Cleanup
authorBruce Momjian <bruce@momjian.us>
Sun, 14 Mar 1999 20:01:14 +0000 (20:01 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 14 Mar 1999 20:01:14 +0000 (20:01 +0000)
src/backend/executor/execQual.c

index 87eeb835686d1d8d11740ff80c56a9bf1ca5220a..9e57e684e5db925ae883856338df7712fc3eb78c 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * 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,
    /*
     *  form the new result tuple (in the "normal" context)
     */
-   newTuple = (HeapTuple)
-       heap_formtuple(targettype, values, null_head);
+   newTuple = (HeapTuple) heap_formtuple(targettype, values, null_head);
 
    /*
     *  free the nulls array if we allocated one..