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

Commitbc325d8

Browse files
committed
Add missing 'Z' letter to getopt_long call --- the newly added
--analyze-only switch did not work in its short form -Z.Josh Berkus
1 parente751b71 commitbc325d8

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.37 2010/02/26 04:14:36 momjian Exp $
8+
* $PostgreSQL: pgsql/src/bin/scripts/vacuumdb.c,v 1.38 2010/06/11 23:58:24 tgl Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -74,7 +74,7 @@ main(int argc, char *argv[])
7474

7575
handle_help_version_opts(argc,argv,"vacuumdb",help);
7676

77-
while ((c=getopt_long(argc,argv,"h:p:U:wWeqd:zaFt:fv",long_options,&optindex))!=-1)
77+
while ((c=getopt_long(argc,argv,"h:p:U:wWeqd:zZFat:fv",long_options,&optindex))!=-1)
7878
{
7979
switch (c)
8080
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp