pgsql: pg_upgrade: Ignore TOAST for partitioned tables

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_upgrade: Ignore TOAST for partitioned tables
Date: 2019-03-10 16:26:26
Message-ID: E1h31HO-0006L7-O1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: Ignore TOAST for partitioned tables

Since partitioned tables in pg12 do not have toast tables, trying to set
the toast OID confuses pg_upgrade. Have pg_dump omit those values to
avoid the problem.

Per Andres Freund and buildfarm members crake and snapper
Discussion: https://postgr.es/m/20190306204104.yle5jfbnqkcwykni@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/203749a8a66096171f808dd8e870d08d8ad57e5e

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-03-10 16:59:39 pgsql: Disallow NaN as a value for floating-point GUCs.
Previous Message Alexander Korotkov 2019-03-10 08:38:03 pgsql: Support for INCLUDE attributes in GiST indexes