Re: fmgroids.h not installed by "make install" in VPATH - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: fmgroids.h not installed by "make install" in VPATH
Date
Msg-id 20090720183606.GP4938@alvh.no-ip.org
Whole thread Raw
In response to Re: fmgroids.h not installed by "make install" in VPATH  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut wrote:
> On Wednesday 08 July 2009 02:09:20 Alvaro Herrera wrote:
> > It seems our makefiles fail to install fmgroids.h by "make install" in a
> > VPATH build.
> 
> > I think the solution is to treat fmgroids.h just like pg_config_os.h,
> > i.e. add a line like this:
> >
> >     $(INSTALL_DATA) utils/fmgroids.h '$(DESTDIR)/$(includedir_server)/utils'
> 
> The fix looks right.  Has it been applied?

FWIW I intend to apply it to HEAD and 8.4 only; if you think it should
be backpatched further back please say so.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [PATCH] SE-PgSQL/tiny rev.2193
Next
From: Alan Li
Date:
Subject: Re: MIN/MAX optimization for partitioned table