Re: [HACKERS] moving some partitioning code to executor
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2017-11-15T15:29:03Z
Lists: pgsql-hackers
On Tue, Nov 14, 2017 at 7:59 PM, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp> wrote: > On 2017/11/15 2:09, Alvaro Herrera wrote: >> Amit Langote wrote: >> >>> Since that 0001 patch was committed [1], here is the rebased patch. Will >>> add this to the November commit-fest. >> >> Please rebase once more -- 1aba8e651ac3 seems to have broken things >> in this area pretty thoroughly. > > Thanks, done. Committed. (Alvaro, hope that's not stepping your toes ...) -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Centralize executor-related partitioning code.
- 4e5fe9ad19e1 11.0 landed