Re: Adding support for Default partition in partitioning
Jeevan Ladhe <jeevan.ladhe@enterprisedb.com>
From: Jeevan Ladhe <jeevan.ladhe@enterprisedb.com>
To: Beena Emerson <memissemerson@gmail.com>
Cc: Rajkumar Raghuwanshi <rajkumar.raghuwanshi@enterprisedb.com>, Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>,
Robert Haas <robertmhaas@gmail.com>, Rahila Syed <rahilasyed90@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-05-29T16:03:45Z
Lists: pgsql-hackers
Attachments
- default_partition_v15.patch (application/octet-stream) patch v15
Hi, I have rebased the patch on latest commit with few cosmetic changes. The patch fix_listdatums_get_qual_for_list_v3.patch [1] <http://www.mail-archive.com/pgsql-hackers@postgresql.org/msg315490.html> needs to be applied before applying this patch. [1] http://www.mail-archive.com/pgsql-hackers@postgresql.org/msg315490.html Regards, Jeevan Ladhe On Mon, May 29, 2017 at 2:28 PM, Jeevan Ladhe <jeevan.ladhe@enterprisedb.com > wrote: > > >> The existing comment is not valid >> /* >> * A null partition key is only acceptable if null-accepting >> list >> * partition exists. >> */ >> as we allow NULL to be stored in default. It should be updated. >> > > Sure Beena, as stated earlier will update this on my next version of patch. > > > Regards, > Jeevan Ladhe >
Commits
-
Allow a partitioned table to have a default partition.
- 6f6b99d1335b 11.0 landed
-
Adjust min/max values when changing sequence type
- 60a0b2ec8943 10.0 cited
-
BRIN auto-summarization
- 7526e10224f0 10.0 cited