pgsql: Restructure pg_upgrade checks because pre-8.4 Postgres did not r

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Restructure pg_upgrade checks because pre-8.4 Postgres did not r
Date: 2011-03-06 02:12:49
Message-ID: E1Pw3Sj-0003eV-81@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Restructure pg_upgrade checks because pre-8.4 Postgres did not rename
toast file names to match the new relfilenode.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9e5bed2df1693a46dfaed862d7462ba2379f8f79

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-03-06 03:11:26 pgsql: Update new pg_upgrade comment about pre-8.4 TOAST tables.
Previous Message Bruce Momjian 2011-03-06 01:18:59 pgsql: Fix pg_upgrade to print the proper database name for file transf