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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Rename nodes/relation.h => nodes/pathnodes.h ?
Дата
Msg-id CA+TgmoYF85hohsZw8prKrV_wCpZyupFt=2mtZdPXbcfbr30KOA@mail.gmail.com
обсуждение исходный текст
Ответ на Rename nodes/relation.h => nodes/pathnodes.h ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, Jan 28, 2019 at 10:18 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> In the pluggable-storage discussion, there was some talk of renaming
> nodes/relation.h to avoid confusion with the new access/relation.h
> header.  I think this is a fine idea, not only because of that conflict
> but because "relation.h" has never made a lot of sense as the file's
> name.

+1.

> After a bit of thought, I propose "pathnodes.h" as the new name.
> That fits in with the other major headers in that directory
> (primnodes.h, parsenodes.h, plannodes.h, execnodes.h), and it seems
> like a reasonable summary of what's in it.  Admittedly, Path nodes
> as such are barely a third of the file's bulk; but I don't see any
> equally pithy way to describe the rest of it, unless something like
> planner_data.h, which is pretty unmelodious.

Yeah, it's not perfect, but it's better than what we've got now.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Allowing extensions to supply operator-/function-specific info
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: pgsql: Remove references to Majordomo