pgsql: pg_upgrade: Ignore TOAST for partitioned tables

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: pg_upgrade: Ignore TOAST for partitioned tables
Дата
Msg-id E1h31HO-0006L7-O1@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Support for INCLUDE attributes in GiST indexes
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Disallow NaN as a value for floating-point GUCs.