Re: reorganizing partitioning code
Amit Langote <langote_amit_f8@lab.ntt.co.jp>
From: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
To: Tom Lane <tgl@sss.pgh.pa.us>, Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: David Steele <david@pgmasters.net>,
Amit Langote <amitlangote09@gmail.com>,
Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-03-22T02:45:54Z
Lists: pgsql-hackers
Attachments
- v5-0001-Reorganize-partitioning-code.patch (text/plain) patch v5-0001
On 2018/03/22 2:33, Tom Lane wrote: > Alvaro Herrera <alvherre@alvh.no-ip.org> writes: >> David Steele wrote: >>> Are you planning to update this patch? If not, I think it should be >>> marked as Returned with Feedback and submitted to the next CF once it >>> has been updated. > >> This is no new development, only code movement. I think it would be >> worse to have three different branches of partitioning code, v10 >> "basic", v11 "powerful but not reorganized", v12 "reorganized". I'd >> rather have only v10 "basic" and v11+ "powerful". > >> Let's keep this entry open till the last minute. > > Nonetheless, it's March 21. David's point is that it's time to get a > move on. I'm sorry it took me a while to reply on this thread. Due to quite a few changes to the partitioning-related code recently and also considering some pending patches which might touch the code moved around by this patch, I'd been putting off rebasing this patch. Although, I should have said that before without waiting until today to do so. Sorry. FWIW, I did manage to rebase it this morning and posting it here. Thanks, Amit
Commits
-
Reorganize partitioning code
- da6f3e45ddb6 11.0 landed