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

From Tom Lane
Subject Re: TOAST tables bug restoring to PostgreSQL 9.0.4
Date
Msg-id 12401.1311618010@sss.pgh.pa.us
Whole thread Raw
In response to TOAST tables bug restoring to PostgreSQL 9.0.4  (ZIV - Beratung <bteamlab@uni-muenster.de>)
List pgsql-bugs
ZIV - Beratung <bteamlab@uni-muenster.de> writes:
> If I dump (pg_dump 8.3) any 8.3 PostgreSQL-Database and then
> restore (pg_restore 9.0.4) to a PostgreSQL 9.0.4 Database,
> the relpages information concerning restored TOAST-tables in pg_class is
> wrong.

> The relpages entries are all 0 (or 1(TOAST-Index-relations))!

This isn't a bug, it just indicates no ANALYZE has happened yet.

            regards, tom lane

pgsql-bugs by date:

Previous
From: ZIV - Beratung
Date:
Subject: TOAST tables bug restoring to PostgreSQL 9.0.4
Next
From: "Arne Scheffer"
Date:
Subject: BUG #6130: TOAST tables bug restoring to PostgreSQL 9.0.4