Re: autovacuum daemon stops doing work after about an hour

From: Vivek Khera <khera(at)kcilink(dot)com>
To: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: autovacuum daemon stops doing work after about an hour
Date: 2003-12-04 21:22:09
Message-ID: 16335.42369.252957.290956@yertle.int.kciLink.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-performance

Actually, you can simplify the fix thusly:

diff = (long long)(now.tv_sec - then.tv_sec) * 1000000 + (now.tv_usec - then.tv_usec);

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2003-12-04 21:24:37 Re: tuning questions
Previous Message Vivek Khera 2003-12-04 21:20:22 Re: autovacuum daemon stops doing work after about an hour

Browse pgsql-performance by date

  From Date Subject
Next Message Josh Berkus 2003-12-04 21:24:37 Re: tuning questions
Previous Message Vivek Khera 2003-12-04 21:20:22 Re: autovacuum daemon stops doing work after about an hour