pgsql: pg_upgrade: Ignore TOAST for partitioned tables - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: pg_upgrade: Ignore TOAST for partitioned tables
Date
Msg-id E1h31HO-0006L7-O1@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Support for INCLUDE attributes in GiST indexes
Next
From: Tom Lane
Date:
Subject: pgsql: Disallow NaN as a value for floating-point GUCs.