Re: [HACKERS] Declarative partitioning - another take - Mailing list pgsql-hackers

From amul sul
Subject Re: [HACKERS] Declarative partitioning - another take
Date
Msg-id CAAJ_b97eOH3GXa6=SCfr8DxifqrsrPUB=KZwCH3dZwdkz9t+Zg@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Declarative partitioning - another take  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Responses Re: [HACKERS] Declarative partitioning - another take  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
List pgsql-hackers
About 0001-Check-partition-strategy-in-ATExecDropNotNull.patch,
following test is already covered in alter_table.sql @ Line # 1918,
instead of this kindly add test for list_partition:
77 +-- cannot drop NOT NULL constraint of a range partition key column78 +ALTER TABLE range_parted ALTER a DROP NOT
NULL;79+
 

Regards,
Amul



pgsql-hackers by date:

Previous
From: Kuntal Ghosh
Date:
Subject: Re: [HACKERS] WAL consistency check facility
Next
From: Amit Kapila
Date:
Subject: Re: [HACKERS] Parallel Index Scans