Re: Rename nodes/relation.h => nodes/pathnodes.h ?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Rename nodes/relation.h => nodes/pathnodes.h ?
Дата
Msg-id 201901281947.bv5koosxaelf@alvherre.pgsql
обсуждение исходный текст
Ответ на Rename nodes/relation.h => nodes/pathnodes.h ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Rename nodes/relation.h => nodes/pathnodes.h ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2019-Jan-28, Tom Lane wrote:

> (There was some mention of trying to split relation.h into multiple
> files, but I fail to see any advantage in that.)

Hmm, nodes/relation.h includes lots of other files and is widely
included.  If we can split it usefully, I vote for that.  However, I
failed to find any concrete proposal for doing that.  I don't have one
ATM but I'd like to keep the door open for it happening at some point.

I do like planner/pathnodes.h as a name, FWIW.

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


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

Предыдущее
От: John Naylor
Дата:
Сообщение: Re: WIP: Avoid creation of the free space map for small tables
Следующее
От: Robert Haas
Дата:
Сообщение: Re: proposal: new polymorphic types - commontype and commontypearray