Re: reorganizing partitioning code (was: Re: [HACKERS] path towardfaster partition pruning)

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: reorganizing partitioning code (was: Re: [HACKERS] path towardfaster partition pruning)
Дата
Msg-id 20180214202521.tbt7ck565gqtfszx@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: reorganizing partitioning code (was: Re: [HACKERS] path towardfaster partition pruning)  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Ответы Re: reorganizing partitioning code
Список pgsql-hackers
This is looking attractive.

Please don't #include postgres.h in partcache.h.  That's per policy.

Why do you need to #include parsenodes.h in partcache.h?

I think rewriteManip.h can do with just relcache.h rather than rel.h
(probably partition.h can do likewise)

thanks

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


В списке pgsql-hackers по дате отправления:

Предыдущее
От: rqtx
Дата:
Сообщение: [HACKERS] Inserting data into a new catalog table via source code
Следующее
От: Tom Lane
Дата:
Сообщение: Re: tapeblocks is uninitialized in logtape.c