projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbb317d
)
Corrected CVS entry:
author
Bruce Momjian
<
[email protected]
>
Wed, 6 Jan 2010 16:04:05 +0000
(16:04 +0000)
committer
Bruce 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
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/scripts/vacuumdb.c
b/src/bin/scripts/vacuumdb.c
index bc683ebf30a7866111aad31a0318b32c30231598..159a5380094c03a2390b73974ba3f3fa74249f63 100644
(file)
--- a/
src/bin/scripts/vacuumdb.c
+++ b/
src/bin/scripts/vacuumdb.c
@@
-169,7
+169,7
@@
main(int argc, char *argv[])
progname);
exit(1);
}
- /*
ignore 'and
_analyze' */
+ /*
allow 'and_analyze' with 'only
_analyze' */
}
setup_cancel_handler();