We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a30b4 commit 3d669b5Copy full SHA for 3d669b5
src/backend/commands/vacuum.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $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 $
12
13
14
*-------------------------------------------------------------------------
@@ -564,7 +564,7 @@ analyze_rel(Oid relid, List *anal_cols2)
564
}
565
#endif
566
567
- elog(MESSAGE_LEVEL, "Analyzing %s...", RelationGetRelationName(onerel));
+ elog(MESSAGE_LEVEL, "Analyzing...");
568
569
attr_cnt = onerel->rd_att->natts;
570
attr = onerel->rd_att->attrs;
0 commit comments