|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $PostgreSQL: pgsql/src/backend/commands/indexcmds.c,v 1.139 2006/05/10 23:18:39 tgl Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/backend/commands/indexcmds.c,v 1.140 2006/06/07 13:13:16 momjian Exp $ |
12 | 12 | * |
13 | 13 | *------------------------------------------------------------------------- |
14 | 14 | */ |
@@ -1108,7 +1108,7 @@ ReindexDatabase(const char *databaseName, bool do_system, bool do_user) |
1108 | 1108 | /* functions in indexes may want a snapshot set */ |
1109 | 1109 | ActiveSnapshot=CopySnapshot(GetTransactionSnapshot()); |
1110 | 1110 | if (reindex_relation(relid, true)) |
1111 | | -ereport(NOTICE, |
| 1111 | +ereport(INFO, |
1112 | 1112 | (errmsg("table \"%s\" was reindexed", |
1113 | 1113 | get_rel_name(relid)))); |
1114 | 1114 | CommitTransactionCommand(); |
|