Corrected CVS entry:
authorBruce Momjian
Wed, 6 Jan 2010 16:04:05 +0000 (16:04 +0000)
committerBruce Momjian
Wed, 6 Jan 2010 16:04:05 +0000 (16:04 +0000)
--only-analyze mode is for _vacuumdb_, not pg_dump.

src/bin/scripts/vacuumdb.c

index 281e32db5b3bd3faf7f04561e5a5bfbdeeca9403..0fb6cc6e6255b68f034bf841f6611ddb186c0506 100644 (file)
@@ -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();