Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e313c commit 36f6b7cCopy full SHA for 36f6b7c
src/bin/scripts/vacuumdb.c
@@ -5,7 +5,7 @@
5
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
6
* Portions Copyright (c) 1994, Regents of the University of California
7
*
8
- * $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 $
9
10
*-------------------------------------------------------------------------
11
*/
@@ -169,7 +169,7 @@ main(int argc, char *argv[])
169
progname);
170
exit(1);
171
}
172
- /* ignore 'and_analyze' */
+ /* allow 'and_analyze' with 'only_analyze' */
173
174
175
setup_cancel_handler();
0 commit comments