Re: Autovacuum of pg_database - Mailing list pgsql-admin

From Alvaro Herrera
Subject Re: Autovacuum of pg_database
Date
Msg-id 20160505155126.GA180309@alvherre.pgsql
Whole thread Raw
In response to Re: Autovacuum of pg_database  ("Vicky Soni - Quipment India" <vicky.soni@quipment.nl>)
Responses Re: Autovacuum of pg_database  (Ondřej Světlík <osvetlik@flexibee.eu>)
Re: Autovacuum of pg_database  ("Vicky Soni - Quipment India" <vicky.soni@quipment.nl>)
List pgsql-admin
Vicky Soni  - Quipment India wrote:
> Hello,
>
>                    I have observed that after upgrading from 9.3 to 9.4 on windows, autovacuum keep running again and
again.
>
> 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

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-admin by date:

Previous
From: "Vicky Soni - Quipment India"
Date:
Subject: Re: Autovacuum of pg_database
Next
From: Ondřej Světlík
Date:
Subject: Re: Autovacuum of pg_database