提交 ac4de0cc 编写于 作者: B Bruce Momjian

Add analyze log messages for verbose mode.

上级 c3647c3d
......@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.153 2000/05/29 15:48:47 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.154 2000/05/29 16:06:37 momjian Exp $
*
*-------------------------------------------------------------------------
......@@ -564,6 +564,8 @@ analyze_rel(Oid relid, List *va_cols)
}
#endif
elog(MESSAGE_LEVEL, "Analyzing %s...", RelationGetRelationName(onerel));
attr_cnt = onerel->rd_att->natts;
attr = onerel->rd_att->attrs;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册