Corrected CVS entry:
authorBruce Momjian <[email protected]>
Wed, 6 Jan 2010 16:04:05 +0000 (16:04 +0000)
committerBruce Momjian <[email protected]>
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 bc683ebf30a7866111aad31a0318b32c30231598..159a5380094c03a2390b73974ba3f3fa74249f63 100644 (file)
@@ -169,7 +169,7 @@ main(int argc, char *argv[])
                    progname);
            exit(1);
        }
-       /* ignore 'and_analyze' */
+       /* allow 'and_analyze' with 'only_analyze' */
    }
 
    setup_cancel_handler();