Re: 7.4.1 ... slight change of scheduale ...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Neil Conway <neilc(at)samurai(dot)com>, "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.4.1 ... slight change of scheduale ...
Date: 2003-12-07 00:43:48
Message-ID: 200312070043.hB70hmx12559@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > So we have SSL, information schema (bit), and autovacuum. The last one
> > is an easy fix, not sure on the others.
>
> I thought you already applied those autovacuum patches? Is there
> something else pending for it?

I am still reading email from yesterday, but this is a new patch in the
past 2 days. The problem is that time differences were overflowing int
values if the vacuum took a long time, or something like that. The fix
is to cast one to long long. I haven't seen a patch yet, but I saw a
sample code piece that could easily be added by me.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-12-07 00:45:41 Re: 7.4.1 ... slight change of scheduale ...
Previous Message Tom Lane 2003-12-07 00:42:03 Re: 7.4.1 ... slight change of scheduale ...