Re: Rename nodes/relation.h => nodes/pathnodes.h ?
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, pgsql-hackers@lists.postgresql.org
Date: 2019-01-29T16:51:37Z
Lists: pgsql-hackers
Hi, On 2019-01-29 10:31:39 -0500, Tom Lane wrote: > Alvaro Herrera <alvherre@2ndquadrant.com> writes: > > On 2019-Jan-28, Tom Lane wrote: > > I do like planner/pathnodes.h as a name, FWIW. > > Yeah, I think I'll go with pathnodes.h. We'd probably keep using that > for the Path node typedefs themselves, even if somebody comes up with > a design for splitting out other things. +1 FWIW, I can live with the #ifndef, #define, typedef .. #endif thing, I just don't think it's pretty. Greetings, Andres Freund
Commits
-
Rename nodes/relation.h to nodes/pathnodes.h.
- fa2cf164aaf9 12.0 landed