Re: speeding up planning with partitions
От | Amit Langote |
---|---|
Тема | Re: speeding up planning with partitions |
Дата | |
Msg-id | 00b31d27-282a-e253-f6b3-885532a8aa26@lab.ntt.co.jp обсуждение исходный текст |
Ответ на | Re: speeding up planning with partitions (David Rowley <david.rowley@2ndquadrant.com>) |
Ответы |
Re: speeding up planning with partitions
|
Список | pgsql-hackers |
Sorry, I hadn't read this email before sending my earlier "thank you for committing" email. On 2019/01/11 6:47, David Rowley wrote: > On Fri, 11 Jan 2019 at 06:56, Alvaro Herrera <alvherre@2ndquadrant.com> wrote: >> Pushed 0001 with some minor tweaks, thanks. > > Thanks for pushing. I had looked at 0001 last night and there wasn't > much to report, just: > > v12 0001 > > 1. I see you've moved translate_col_privs() out of prepunion.c into > appendinfo.c. This required making it an external function, but it's > only use is in inherit.c, so would it not be better to put it there > and keep it static? Actually, I *was* a bit puzzled where to put it. I tend to agree with you now that it might be define it locally within inherit.c as it might not be needed elsewhere. Let's hear what Alvaro thinks. I'm attaching a patch anyway. > 2. The following two lines I think need to swap their order. > > +#include "utils/rel.h" > +#include "utils/lsyscache.h" Oops, fixed. > Both are pretty minor details but thought I'd post them anyway. Thank you for reporting. Attached find the patch. Regards, Amit
Вложения
В списке pgsql-hackers по дате отправления: