Re: pgsql: tableam: Add pg_dump support. - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: tableam: Add pg_dump support.
Date
Msg-id 20190307013642.zq35edduzedamzfh@alap3.anarazel.de
Whole thread Raw
In response to Re: pgsql: tableam: Add pg_dump support.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: tableam: Add pg_dump support.
List pgsql-committers
Hi,

On 2019-03-06 20:32:22 -0500, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > tableam: Add pg_dump support.
> 
> This or a nearby patch broke cross-version pg_upgrade, according to the
> buildfarm.

Yea, I started a thread about it:
https://www.postgresql.org/message-id/20190306204104.yle5jfbnqkcwykni%40alap3.anarazel.de

In short, I think this was basically not this patch's fault, it just
added an assertion that coincidentally triggered for the changes in
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=807ae415c54628ade937cb209f0fc9913e6b0cf5
et al. When pg_upgrading from pre v12, we're creating a partitioned
table that doesn't have a relfilenode, but does have a toast table.

Greetings,

Andres Freund


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: tableam: Add pg_dump support.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: tableam: Add pg_dump support.