Re: wrong database name in error message? - Mailing list pgsql-admin

From Kevin Grittner
Subject Re: wrong database name in error message?
Date
Msg-id 1379347372.27022.YahooMailNeo@web162906.mail.bf1.yahoo.com
Whole thread Raw
In response to Re: wrong database name in error message?  (Rural Hunter <ruralhunter@gmail.com>)
Responses Re: wrong database name in error message?  (Rural Hunter <ruralhunter@gmail.com>)
List pgsql-admin
Rural Hunter <ruralhunter@gmail.com> wrote:

> This was changed quite long time ago when I saw too frequent auto
> vacuums to prevent the wrap-around on a very busy/large table
> which slow down the performance. I will change it back to the
> default to see how it works.

There was a long-standing bug which could cause over-frequent
wraparound prevention autovacuums.  As long as you are on the
latest minor release, things should be much better now.

> I will try the parameters as you suggested too.

Possibly.  As I said before, I think the symptoms might better fit
a situation where the table in need of VACUUM was a shared table
and it just happened to mention db1 because that was the database
it was scanning at the time.  (Every database includes the shared
system tables in its catalog.)

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-admin by date:

Previous
From: Rural Hunter
Date:
Subject: Re: wrong database name in error message?
Next
From: Natalie Wenz
Date:
Subject: Dumping a database that is not accepting commands?