Re: pg_autovacuum getopt bun in 8.0.0beta5

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pg_autovacuum getopt bun in 8.0.0beta5
Дата
Msg-id 200412022031.iB2KVAw19599@candle.pha.pa.us
обсуждение исходный текст
Ответ на pg_autovacuum getopt bun in 8.0.0beta5  (Kenneth Marshall <ktm@it.is.rice.edu>)
Список 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@postgresql.org so that your
>       message can get through to the mailing list cleanly
>

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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Kenneth Marshall
Дата:
Сообщение: pg_autovacuum getopt bun in 8.0.0beta5
Следующее
От: Frank van Vugt
Дата:
Сообщение: Re: "invalid memory alloc request size " in deferred trigger causes transaction to fail, but the backend keeps running