|
4 | 4 | * Revisions by Christopher B. Browne, Liberty RMS
|
5 | 5 | * Win32 Service code added by Dave Page
|
6 | 6 | *
|
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 $ |
8 | 8 | */
|
9 | 9 |
|
10 | 10 | #include"postgres_fe.h"
|
@@ -1098,7 +1098,7 @@ get_cmd_args(int argc, char *argv[])
|
1098 | 1098 | * values etc
|
1099 | 1099 | */
|
1100 | 1100 | #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) |
1102 | 1102 | #else
|
1103 | 1103 | 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)
|
1104 | 1104 | #endif
|
|