pgsql: In pg_upgrade, because toast table names can be mismatched with

Started by Bruce Momjianalmost 15 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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+.)

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2e9633c3620d4cbaa44ae61180f73137d0c63ccf

Modified Files
--------------
contrib/pg_upgrade/info.c | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)