Re: Binary upgrade from <12 to 12 creates toast table for partitioned tables

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Subject: Re: Binary upgrade from <12 to 12 creates toast table for partitioned tables
Date: 2019-03-07 18:08:35
Message-ID: CA+TgmoY10S9ULpB+LuCdSYS4H35xm35nKT+WAeM5A-XubtQGHg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Mar 6, 2019 at 3:41 PM Andres Freund <andres(at)anarazel(dot)de> wrote:
> I think we probably should have pg_dump suppress emitting information
> about the toast table of partitioned tables?

+1. That seems like the right fix.

> While I'm not hugely bothered by binary upgrade mode creating
> inconsistent states - there's plenty of ways to crash the server that
> way - it probably also would be a good idea to have heap_create()
> elog(ERROR) when accessmtd is invalid.

Not sure about this part.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2019-03-07 18:17:25 Re: Binary upgrade from <12 to 12 creates toast table for partitioned tables
Previous Message Robert Haas 2019-03-07 18:06:31 Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS)