Re: BUG #6130: TOAST tables bug restoring to PostgreSQL 9.0.4 - Mailing list pgsql-bugs

From Kevin Grittner
Subject Re: BUG #6130: TOAST tables bug restoring to PostgreSQL 9.0.4
Date
Msg-id 4E2E7E62020000250003F7BD@gw.wicourts.gov
Whole thread Raw
In response to BUG #6130: TOAST tables bug restoring to PostgreSQL 9.0.4  ("Arne Scheffer" <bteamlab@uni-muenster.de>)
List pgsql-bugs
"Arne Scheffer" <bteamlab@uni-muenster.de> wrote:

> Sorry, missed to fill out this form, please see
>
> http://archives.postgresql.org/pgsql-bugs/2011-07/msg00172.php

As mentioned in the reply to that post, this is not a bug.

You can wait for autovacuum to fix things up, or run VACUUM ANALYZE
against the database.  If you have a lot of rows in the restore
which you don't expect to be deleted or updated for a long time, you
might want to make that a VACUUM FREEZE ANALYZE.

In the future, please post questions like this to the pgsql-general
list.

-Kevin

pgsql-bugs by date:

Previous
From: "Arne Scheffer"
Date:
Subject: BUG #6130: TOAST tables bug restoring to PostgreSQL 9.0.4
Next
From: noordsij
Date:
Subject: Re: BUG #6086: Segmentation fault