Fix pg_upgrade to properly upgrade a table that is stored in the cluster

Bruce Momjian <bruce@momjian.us>

Commit: 916eec2dcf86630fe169e7338f247ef87a401987
Author: Bruce Momjian <bruce@momjian.us>
Date: 2012-04-10T23:57:13Z
Releases: 9.0.8
Fix pg_upgrade to properly upgrade a table that is stored in the cluster
default tablespace, but part of a database that is in a user-defined
tablespace.  Caused "file not found" error during upgrade.

Per bug report from Ants Aasma.

Backpatch to 9.1 and 9.0.

Files

PathChange+/−
contrib/pg_upgrade/info.c modified +10 −5
contrib/pg_upgrade/pg_upgrade.h modified +2 −1