Thread: BUG #6130: TOAST tables bug restoring to PostgreSQL 9.0.4

BUG #6130: TOAST tables bug restoring to PostgreSQL 9.0.4

From
"Arne Scheffer"
Date:
The following bug has been logged online:

Bug reference:      6130
Logged by:          Arne Scheffer
Email address:      bteamlab@uni-muenster.de
PostgreSQL version: 9.0.4
Operating system:   RHEL 5.6
Description:        TOAST tables bug restoring to PostgreSQL 9.0.4
Details:

Sorry, missed to fill out this form, please see

http://archives.postgresql.org/pgsql-bugs/2011-07/msg00172.php

Re: BUG #6130: TOAST tables bug restoring to PostgreSQL 9.0.4

From
"Kevin Grittner"
Date:
"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