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

From Bruce Momjian
Subject pgsql: Restructure pg_upgrade checks because pre-8.4 Postgres did not r
Date
Msg-id E1Pw3Sj-0003eV-81@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Fix pg_upgrade to print the proper database name for file transf
Next
From: Bruce Momjian
Date:
Subject: pgsql: Update new pg_upgrade comment about pre-8.4 TOAST tables.