Re: Optimise default partition scanning while adding new partition
Amit Langote <langote_amit_f8@lab.ntt.co.jp>
From: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Amit Langote <amitlangote09@gmail.com>,
Jeevan Ladhe <jeevan.ladhe@enterprisedb.com>,
PostgreSQL Developers <pgsql-hackers@postgresql.org>
Date: 2017-10-13T00:21:25Z
Lists: pgsql-hackers
On 2017/10/13 4:18, Robert Haas wrote: > On Thu, Oct 5, 2017 at 9:29 PM, Amit Langote > <Langote_Amit_f8@lab.ntt.co.jp> wrote: >> Attached a patch to modify the INFO messages in check_default_allows_bound. > > Committed. However, I didn't see a reason to adopt the comment change > you proposed, so I left that part out. Okay, thanks. Regards, Amit
Commits
-
Synchronize error messages.
- ad4a7ed0996e 11.0 landed
-
On CREATE TABLE, consider skipping validation of subpartitions.
- 6476b26115f3 11.0 landed
-
On attach, consider skipping validation of subpartitions individually.
- 14f67a8ee282 11.0 landed
-
Improve error message when skipping scan of default partition.
- c31e9d4bafd8 11.0 landed
-
Allow a partitioned table to have a default partition.
- 6f6b99d1335b 11.0 cited