In pg_upgrade, because toast table names can be mismatched with the heap
authorBruce Momjian <bruce@momjian.us>
Thu, 29 Sep 2011 02:30:44 +0000 (22:30 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 29 Sep 2011 02:30:44 +0000 (22:30 -0400)
commit5e5958428b7c6e91ffddf46bf9aafd920af57a60
treeef4ff6a98fbb4ed3db945ea0848cff15941afda7
parenta32dd16459ae8fbc1e09607d7ed960b3dcce7dba
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.
contrib/pg_upgrade/info.c