Re: [HACKERS] moving some partitioning code to executor
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: Alvaro Herrera <alvherre@alvh.no-ip.org>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2017-11-16T02:21:05Z
Lists: pgsql-hackers
On 2017/11/16 0:29, Robert Haas wrote: > 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. Thank you. Regards, Amit
Commits
-
Centralize executor-related partitioning code.
- 4e5fe9ad19e1 11.0 landed