Re: pg_upgrade failed with ERROR: null relpartbound for relation 18159 error.
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Cc: Rajkumar Raghuwanshi <rajkumar.raghuwanshi@enterprisedb.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-10-05T08:38:16Z
Lists: pgsql-hackers
Attachments
- upgrade_part.sql (application/x-sql)
On Fri, Oct 05, 2018 at 04:55:51PM +0900, Amit Langote wrote: > On 2018/10/05 16:05, Michael Paquier wrote: >> Hmm. Indeed, v10 does not complain but HEAD does. (I ran the attached >> SQL file, which is the complete test case both of you have compiled). > > Did you forget to attach some file? Yep, here you go for the archive's sake. -- Michael
Commits
-
Add regression test for ATTACH PARTITION
- afe9b9e68afb 10.6 landed
-
Fix catalog insertion order for ATTACH PARTITION
- 39808e8868c8 12.0 landed
- 1c7f585b5c1a 11.0 landed
-
Simplify partitioned table creation vs. relcache
- 2fbdf1b38bc5 12.0 cited