BUG #6130: TOAST tables bug restoring to PostgreSQL 9.0.4

Started by Arne Schefferover 14 years ago2 messagesbugs
Jump to latest
#1Arne Scheffer
bteamlab@uni-muenster.de

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

#2Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: Arne Scheffer (#1)
Re: BUG #6130: TOAST tables bug restoring to PostgreSQL 9.0.4

"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