pgsql: In pg_upgrade, remove unnecessary separate handling of toast tab - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: In pg_upgrade, remove unnecessary separate handling of toast tab
Date
Msg-id E1PbYQe-0000kK-Ka@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In pg_upgrade, remove unnecessary separate handling of toast tables now
that we restore by oid;  they can be handled like regular tables when
creating the file mapping structure.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=a60b32b3dcb4d49a60c96558ce405764ac17c799

Modified Files
--------------
contrib/pg_upgrade/info.c |   37 -------------------------------------
1 files changed, 0 insertions(+), 37 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Remove bogus claims regarding createuser defaults.
Next
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade, clarify use of install_db_support_functions().