8000 Cleanup · postgrespro/postgres_cluster@5d34abc · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5d34abc

Browse files
committed
Cleanup
1 parent d66a44a commit 5d34abc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/backend/executor/execQual.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.47 1999/03/10 12:16:09 vadim Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.48 1999/03/14 20:01:14 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1592,8 +1592,7 @@ ExecTargetList(List *targetlist,
15921592
/*
15931593
* form the new result tuple (in the "normal" context)
15941594
*/
1595-
newTuple = (HeapTuple)
1596-
heap_formtuple(targettype, values, null_head);
1595+
newTuple = (HeapTuple) heap_formtuple(targettype, values, null_head);
15971596

15981597
/*
15991598
* free the nulls array if we allocated one..

0 commit comments

Comments
 (0)
0