提交 3d669b50 编写于 作者: B Bruce Momjian

Update messages.

上级 84a30b4c
......@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.157 2000/05/29 17:07:57 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.158 2000/05/29 17:11:58 momjian Exp $
*
*-------------------------------------------------------------------------
......@@ -564,7 +564,7 @@ analyze_rel(Oid relid, List *anal_cols2)
}
#endif
elog(MESSAGE_LEVEL, "Analyzing %s...", RelationGetRelationName(onerel));
elog(MESSAGE_LEVEL, "Analyzing...");
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.
先完成此消息的编辑!
想要评论请 注册