| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: fmgroids.h not installed by "make install" in VPATH |
| Date: | 2009-07-20 18:36:06 |
| Message-ID: | 20090720183606.GP4938@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alan Li | 2009-07-20 18:40:53 | Re: MIN/MAX optimization for partitioned table |
| Previous Message | Alvaro Herrera | 2009-07-20 18:13:14 | Re: [PATCH] SE-PgSQL/tiny rev.2193 |