| From: | Andres Freund <andres(at)anarazel(dot)de> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: pgsql: tableam: Add pg_dump support. |
| Date: | 2019-03-07 01:36:42 |
| Message-ID: | 20190307013642.zq35edduzedamzfh@alap3.anarazel.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Hi,
On 2019-03-06 20:32:22 -0500, Tom Lane wrote:
> Andres Freund <andres(at)anarazel(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2019-03-07 01:42:52 | Re: pgsql: tableam: Add pg_dump support. |
| Previous Message | Tom Lane | 2019-03-07 01:32:22 | Re: pgsql: tableam: Add pg_dump support. |