pg_autovacuum questions - Mailing list pgsql-admin

From Gaetano Mendola
Subject pg_autovacuum questions
Date
Msg-id 3F81A5FF.8050709@bigfoot.com
Whole thread Raw
List 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 by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: Need Urgent Help in case of postgres Database Crash.
Next
From:
Date:
Subject: How to create cluster-wide functions