Re: With commit 4e5fe9ad19, range partition missing handling for the NULL partition key
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Rushabh Lathia <rushabh.lathia@gmail.com>
Cc: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>,
amul sul <sulamul@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2017-11-28T19:16:43Z
Lists: pgsql-hackers
On Thu, Nov 23, 2017 at 5:41 AM, Rushabh Lathia <rushabh.lathia@gmail.com> wrote: >> Good point. Updated patch attached. > > Thanks Amit. > > Patch looks good to me. Committed, except I left out the comment tweak, which seemed irrelevant. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
If a range-partitioned table has no default partition, reject null keys.
- 2d7950f2222c 11.0 landed
-
Centralize executor-related partitioning code.
- 4e5fe9ad19e1 11.0 cited