pg_autovacuum getopt bun in 8.0.0beta5

From: Kenneth Marshall <ktm(at)it(dot)is(dot)rice(dot)edu>
To: pgsql-bugs(at)postgresql(dot)org
Subject: pg_autovacuum getopt bun in 8.0.0beta5
Date: 2004-12-02 17:18:02
Message-ID: 20041202171802.GE11583@it.is.rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2004-12-02 18:11:03 Re: [BUGS] solaris non gcc compiler debug options
Previous Message postgresbugs 2004-12-02 16:47:28 Re: Foreign keys referencing parent table fails on insert