]> granicus.if.org Git - postgresql/commit
In pg_upgrade, because toast table names can be mismatched with the heap
authorBruce Momjian <bruce@momjian.us>
Thu, 29 Sep 2011 02:53:44 +0000 (22:53 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 29 Sep 2011 02:53:44 +0000 (22:53 -0400)
commit2e9633c3620d4cbaa44ae61180f73137d0c63ccf
treea85749c8c95186c197cf3eb521c99e47659ed941
parent39be6957725bf4b9764a10cf368cc6ec8e21dec6
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+.)
contrib/pg_upgrade/info.c