| От | Etsuro Fujita |
|---|---|
| Тема | Re: list partition constraint shape |
| Дата | |
| Msg-id | 5A6B1FBE.6020102@lab.ntt.co.jp обсуждение |
| Ответ на | Re: list partition constraint shape (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>) |
| Ответы |
Re: list partition constraint shape
|
| Список | pgsql-hackers |
(2018/01/26 10:15), Amit Langote wrote: > On 2018/01/25 21:17, Etsuro Fujita wrote: >> Some minor comments: >> >> + /* >> + * Construct an ArrayExpr for the non-null partition >> + * values >> + */ >> + arrexpr = makeNode(ArrayExpr); >> + arrexpr->array_typeid = >> + !type_is_array(key->parttypid[0]) >> + ? get_array_type(key->parttypid[0]) >> + : key->parttypid[0]; >> >> We test the type_is_array() above in this bit, so I don't think we need to >> test that again here. > > Ah, you're right. Fixed. Thanks. I think the updated version is fine, but I think we can simplify the change in this part a bit further, so I modified your patch. I also adjusted some comments in that change a little bit. Attached is a modified version of the patch. What do you think about that? Please let me know. If that is okay, I'll mark this as Ready for Committer. > Attached updated patch. Thanks again. Thanks for updating the patch! Best regards, Etsuro Fujita
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера