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

Bruce Momjian <bruce@momjian.us>

Commit: 2e9633c3620d4cbaa44ae61180f73137d0c63ccf
Author: Bruce Momjian <bruce@momjian.us>
Date: 2011-09-29T02:53:44Z
Releases: 9.1.2
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+.)

Files

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