Thanks to visit codestin.com Credit goes to github.com
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 c3647c3 commit ac4de0cCopy full SHA for ac4de0c
src/backend/commands/vacuum.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $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 $
12
13
14
*-------------------------------------------------------------------------
@@ -564,6 +564,8 @@ analyze_rel(Oid relid, List *va_cols)
564
}
565
#endif
566
567
+ elog(MESSAGE_LEVEL, "Analyzing %s...", RelationGetRelationName(onerel));
568
+
569
attr_cnt = onerel->rd_att->natts;
570
attr = onerel->rd_att->attrs;
571
0 commit comments