提交 997a6a27 编写于 作者: H Heikki Linnakangas

Remove superfluous curly brace, fixing compilation with OPTIMIZER_DEBUG.

Jan Urbanski
上级 1c499591
......@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/optimizer/path/allpaths.c,v 1.189 2009/11/15 02:45:35 tgl Exp $
* $PostgreSQL: pgsql/src/backend/optimizer/path/allpaths.c,v 1.190 2009/11/22 14:54:31 heikki Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -1449,7 +1449,6 @@ print_path(PlannerInfo *root, Path *path, int indent)
((mp->outersortkeys) ? 1 : 0),
((mp->innersortkeys) ? 1 : 0),
((mp->materialize_inner) ? 1 : 0));
}
}
print_path(root, jp->outerjoinpath, indent + 1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册