Re: bug? autovacuum is not launched even if autovacuum_freeze_max_age is reached - Mailing list pgsql-hackers

From Tom Lane
Subject Re: bug? autovacuum is not launched even if autovacuum_freeze_max_age is reached
Date
Msg-id 17432.1266376346@sss.pgh.pa.us
Whole thread Raw
In response to Re: bug? autovacuum is not launched even if autovacuum_freeze_max_age is reached  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: bug? autovacuum is not launched even if autovacuum_freeze_max_age is reached
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.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


pgsql-hackers by date:

Previous
From: Scott Bailey
Date:
Subject: Re: xpath improvement V2
Next
From: Greg Stark
Date:
Subject: Re: Avoiding bad prepared-statement plans.