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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In pg_upgrade, because toast table names can be mismatched with
Date: 2011-09-29 02:54:38
Message-ID: E1R96li-0000mK-6X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5e5958428b7c6e91ffddf46bf9aafd920af57a60

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-09-29 04:45:04 pgsql: Fix index matching for operators with mixed collatable/noncollat
Previous Message User Fxjr 2011-09-29 01:55:56 npgsql - Npgsql2: Updated release notes for beta 2 release.