提交 30856a39 编写于 作者: B Bruce Momjian

copy query cleanup.

上级 72c296df
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * 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) ...@@ -1550,7 +1550,7 @@ _copyQuery(Query *from)
newnode->qry_aggs[i] = _copyAggreg(from->qry_aggs[i]); newnode->qry_aggs[i] = _copyAggreg(from->qry_aggs[i]);
} }
else else
newnode->query_aggs = NULL; newnode->qry_aggs = NULL;
return newnode; return newnode;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册