pg_autovacuum questions

Поиск
Список
Период
Сортировка
От Gaetano Mendola
Тема pg_autovacuum questions
Дата
Msg-id 3F81A5FF.8050709@bigfoot.com
обсуждение исходный текст
Список pgsql-admin
Hi all,
only two questions:
  1) where is the documentation about the
     meanings of option passed to pg_autovacuum

  2) Is it normal that a strace wake up it during a sleep?

     From linux doc:
          sleep()  makes  the  current  process  sleep until seconds
          seconds have elapsed or a signal arrives which is not ignored.


     for fix this is better substitute each sleep with:

          int a = <second_to_sleep>
          while (a>0) a=sleep(a);

     ( I didn't find the signal to ignore :-) )


Regards
Gaetano Mendola





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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Need Urgent Help in case of postgres Database Crash.
Следующее
От:
Дата:
Сообщение: How to create cluster-wide functions