In pg_upgrade, because toast table names can be mismatched with the heap

Bruce Momjian <bruce@momjian.us>

Commit: 5e5958428b7c6e91ffddf46bf9aafd920af57a60
Author: Bruce Momjian <bruce@momjian.us>
Date: 2011-09-29T02:30:44Z
Releases: 9.2.0
In pg_upgrade, because toast table names can be mismatched with the heap
oid on 8.4, modify the toast name comparison test to only apply to old
9.0+ servers.  (The test was previously 8.4+.)

Backpatch to 9.1.X.

Files

PathChange+/−
contrib/pg_upgrade/info.c modified +7 −4