Commit 30856a39 authored by Bruce Momjian's avatar Bruce Momjian

copy query cleanup.

parent 72c296df
......@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.21 1997/12/18 19:13:49 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.22 1997/12/18 19:46:37 momjian Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -1550,7 +1550,7 @@ _copyQuery(Query *from)
newnode->qry_aggs[i] = _copyAggreg(from->qry_aggs[i]);
}
else
newnode->query_aggs = NULL;
newnode->qry_aggs = NULL;
return newnode;
}
......
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