Re: pgsql: Move inheritance expansion code into its own file
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
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
