Re: pg_autovacuum getopt bun in 8.0.0beta5

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Kenneth Marshall <ktm(at)is(dot)rice(dot)edu>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: pg_autovacuum getopt bun in 8.0.0beta5
Date: 2004-12-02 20:31:10
Message-ID: 200412022031.iB2KVAw19599@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Thanks. Fixed.

---------------------------------------------------------------------------

Kenneth Marshall wrote:
> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Paul Buder 2004-12-02 20:42:47 Windows command line utilities problems
Previous Message Bruce Momjian 2004-12-02 19:39:12 Re: [pgsql-hackers-win32] PLTCL