Re: bug? autovacuum is not launched even if autovacuum_freeze_max_age is reached

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: bug? autovacuum is not launched even if autovacuum_freeze_max_age is reached
Date: 2010-02-17 03:12:26
Message-ID: 17432.1266376346@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> Maybe check at backend startup whether the limit is valid, and call
> SetTransactionIdLimit if not?

Actually, the intent was that that would get called during startup,
but it seems I forgot to actually plug that in :-(. Loose wires now
reattached in the right places. Please test.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2010-02-17 03:12:50 Re: Avoiding bad prepared-statement plans.
Previous Message Scott Bailey 2010-02-17 01:25:28 Re: xpath improvement V2