aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-01-06 16:04:05 +0000
committerBruce Momjian <bruce@momjian.us>2010-01-06 16:04:05 +0000
commit36f6b7ca38ccadffc654745780344ae77796e038 (patch)
treed5ee5539afadf4c1965c885df2cec5e2324fb1fa
parent76e313c05f752add3b25d7c6376bf5463ffb29bb (diff)
downloadpostgresql-36f6b7ca38ccadffc654745780344ae77796e038.tar.gz
postgresql-36f6b7ca38ccadffc654745780344ae77796e038.zip
Corrected CVS entry:
--only-analyze mode is for _vacuumdb_, not pg_dump.
-rw-r--r--src/bin/scripts/vacuumdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/scripts/vacuumdb.c b/src/bin/scripts/vacuumdb.c
index 281e32db5b3..0fb6cc6e625 100644
--- a/src/bin/scripts/vacuumdb.c
+++ b/src/bin/scripts/vacuumdb.c
@@ -5,7 +5,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/bin/scripts/vacuumdb.c,v 1.30 2010/01/06 05:31:14 itagaki Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/vacuumdb.c,v 1.31 2010/01/06 16:04:05 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -169,7 +169,7 @@ main(int argc, char *argv[])
progname);
exit(1);
}
- /* ignore 'and_analyze' */
+ /* allow 'and_analyze' with 'only_analyze' */
}
setup_cancel_handler();