Commit ac4de0cc authored by Bruce Momjian's avatar Bruce Momjian

Add analyze log messages for verbose mode.

parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment