In pg_upgrade, remove unnecessary separate handling of toast tables now

Bruce Momjian <bruce@momjian.us>

Commit: a60b32b3dcb4d49a60c96558ce405764ac17c799
Author: Bruce Momjian <bruce@momjian.us>
Date: 2011-01-08T13:01:52Z
Releases: 9.1.0
In pg_upgrade, remove unnecessary separate handling of toast tables now
that we restore by oid;  they can be handled like regular tables when
creating the file mapping structure.

Files

PathChange+/−
contrib/pg_upgrade/info.c modified +0 −37