提交 0a013c84 编写于 作者: T Tom Lane

Suppress compiler warning from newer gcc.

上级 3026493f
......@@ -27,7 +27,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.187 2002/11/23 03:59:07 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.188 2002/11/29 19:03:01 tgl Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -943,6 +943,7 @@ ExecutePlan(EState *estate,
break;
default:
/* do nothing */
break;
}
/*
......@@ -1158,6 +1159,7 @@ lnext: ;
break;
default:
/* do nothing */
break;
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册