8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66a44a commit 5d34abcCopy full SHA for 5d34abc
src/backend/executor/execQual.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -1592,8 +1592,7 @@ ExecTargetList(List *targetlist,
1592
/*
1593
* form the new result tuple (in the "normal" context)
1594
1595
- newTuple = (HeapTuple)
1596
- heap_formtuple(targettype, values, null_head);
+ newTuple = (HeapTuple) heap_formtuple(targettype, values, null_head);
1597
1598
1599
* free the nulls array if we allocated one..
0 commit comments