Re: partitioning code reorganization

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: partitioning code reorganization
Дата
Msg-id 20180414115140.3oxnddryke6rmtvq@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: partitioning code reorganization  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: partitioning code reorganization  (Amit Langote <amitlangote09@gmail.com>)
Re: partitioning code reorganization  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Here's a final version.

The one thing I don't like about this is having put
PartitionRangeDatumKind in partdefs.h, which forces us to #include that
file in parsenodes.h.  I had to do this in order to avoid #including
parsenodes.h in partbounds.h.  Now maybe that is not so bad, since that
file isn't *that* widely used anyway; it wouldn't cause any unnecessary
bleeding of parsenodes.h into any other headers.  So maybe I'll put the
enum back in parsenodes.  Any opinions on that?

I intend to push this this evening.

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

Вложения

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

Предыдущее
От: Юрий Соколов
Дата:
Сообщение: Re: Postgres stucks in deadlock detection
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Proposal: Adding json logging