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

Commite8d46bc

Browse files
committed
Prevent pg_autovacuum -D from needing an argument.
Kenneth Marshall
1 parentc833c6c commite8d46bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/pg_autovacuum/pg_autovacuum.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Revisions by Christopher B. Browne, Liberty RMS
55
* Win32 Service code added by Dave Page
66
*
7-
* $PostgreSQL: pgsql/contrib/pg_autovacuum/pg_autovacuum.c,v 1.25 2004/11/17 21:30:36 tgl Exp $
7+
* $PostgreSQL: pgsql/contrib/pg_autovacuum/pg_autovacuum.c,v 1.26 2004/12/02 20:31:17 momjian Exp $
88
*/
99

1010
#include"postgres_fe.h"
@@ -1098,7 +1098,7 @@ get_cmd_args(int argc, char *argv[])
10981098
* values etc
10991099
*/
11001100
#ifndefWIN32
1101-
while ((c=getopt(argc,argv,"s:S:v:V:a:A:d:U:P:H:L:p:hD:c:C:m:n:l:"))!=-1)
1101+
while ((c=getopt(argc,argv,"s:S:v:V:a:A:d:U:P:H:L:p:hDc:C:m:n:l:"))!=-1)
11021102
#else
11031103
while ((c=getopt(argc,argv,"s:S:v:V:a:A:d:U:P:H:L:p:hIRN:W:c:C:m:n:l:"))!=-1)
11041104
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp