Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit36f6b7c

Browse files
committed
Corrected CVS entry:
--only-analyze mode is for _vacuumdb_, not pg_dump.
1 parent76e313c commit36f6b7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/scripts/vacuumdb.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
66
* Portions Copyright (c) 1994, Regents of the University of California
77
*
8-
* $PostgreSQL: pgsql/src/bin/scripts/vacuumdb.c,v 1.30 2010/01/0605:31:14 itagaki Exp $
8+
* $PostgreSQL: pgsql/src/bin/scripts/vacuumdb.c,v 1.31 2010/01/0616:04:05 momjian Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -169,7 +169,7 @@ main(int argc, char *argv[])
169169
progname);
170170
exit(1);
171171
}
172-
/*ignore 'and_analyze' */
172+
/*allow 'and_analyze' with 'only_analyze' */
173173
}
174174

175175
setup_cancel_handler();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp