|
5 | 5 | * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group |
6 | 6 | * Portions Copyright (c) 1994, Regents of the University of California |
7 | 7 | * |
8 | | - * $PostgreSQL: pgsql/src/bin/scripts/vacuumdb.c,v 1.30 2010/01/0605:31:14 itagaki Exp $ |
| 8 | + * $PostgreSQL: pgsql/src/bin/scripts/vacuumdb.c,v 1.31 2010/01/0616:04:05 momjian Exp $ |
9 | 9 | * |
10 | 10 | *------------------------------------------------------------------------- |
11 | 11 | */ |
@@ -169,7 +169,7 @@ main(int argc, char *argv[]) |
169 | 169 | progname); |
170 | 170 | exit(1); |
171 | 171 | } |
172 | | -/*ignore 'and_analyze' */ |
| 172 | +/*allow 'and_analyze' with 'only_analyze' */ |
173 | 173 | } |
174 | 174 |
|
175 | 175 | setup_cancel_handler(); |
|