Re: pgsql: Move inheritance expansion code into its own file

2019-01-10 Thread Alvaro Herrera
On 2019-Jan-10, Tom Lane wrote: > Alvaro Herrera writes: > > Move inheritance expansion code into its own file > > Hm, why does appendinfo.h need to depend on plannodes.h? > I don't see anything in it that looks like it comes from there. Yeah, probably no good reason. -- Álvaro Herrera

Re: pgsql: Move inheritance expansion code into its own file

2019-01-10 Thread Tom Lane
Alvaro Herrera writes: > Move inheritance expansion code into its own file Hm, why does appendinfo.h need to depend on plannodes.h? I don't see anything in it that looks like it comes from there. regards, tom lane