Re: Autovacuum of pg_database - Mailing list pgsql-admin

From Ondřej Světlík
Subject Re: Autovacuum of pg_database
Date
Msg-id 572B6CE1.1010208@flexibee.eu
Whole thread Raw
In response to Re: Autovacuum of pg_database  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-admin
Dne 5.5.2016 v 17:51 Alvaro Herrera napsal(a):
> Vicky Soni  - Quipment India wrote:
>> Hello,
>>
>>                     I have observed that after upgrading from 9.3 to 9.4 on windows, autovacuum keep running again
andagain. 
>>
>> In 9.3 this was not true. Any recommendations?
>
> Maybe there is a multixact wraparound problem.  What 9.3 were you
> running previously, and what 9.4 did you upgrade to?  Can you share the
> output of pg_controldata?  Please paste the output of this query
>    select datname, datminmxid from pg_database
>

That sound's reasonable, our autovacuum problems started with processes
labeled as 'to prevent wraparound' (on pg_shdepend). We use 9.4.

Ondřej


pgsql-admin by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Autovacuum of pg_database
Next
From: "Vicky Soni - Quipment India"
Date:
Subject: Re: Autovacuum of pg_database