pg_autovacuum getopt bun in 8.0.0beta5 - Mailing list pgsql-bugs

From Kenneth Marshall
Subject pg_autovacuum getopt bun in 8.0.0beta5
Date
Msg-id 20041202171802.GE11583@it.is.rice.edu
Whole thread Raw
Responses Re: pg_autovacuum getopt bun in 8.0.0beta5
List pgsql-bugs
The getopt specification string for pg_autovacuum in 8.0.0beta5
has:

        while ((c = getopt(argc, argv, "s:S:v:V:a:A:d:U:P:H:L:p:hD:c:C:m:n:l:"))

This has the '-D' demonize option need an argument. So to get it
to run in the background as a daemon, you need to give it a dummy
argument on the command line.

Ken

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [pgsql-hackers-win32] PLTCL
Next
From: Bruce Momjian
Date:
Subject: Re: pg_autovacuum getopt bun in 8.0.0beta5