Re: Linking backend in one piece

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: Linking backend in one piece
Date: 2008-02-22 16:26:23
Message-ID: 20080222162623.GH9392@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut wrote:

> Eventually, we could ideally transform the subdirectory Makefiles from
> independently callable Makefiles to mere include files so we have only one
> big dependency tree at the top, which would get rid of the annoying and
> time-consuming directory traversal. This, however, raises other issues, such
> as that some compilers do not support creating output files in
> subdirectories. I tried to support all of this in parallel but didn't
> succeeed without creating a big mess. We can always come back to that later.

Ah, right, that was what I was thinking about. Sure, we can investigate
that later.

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Satori 2008-02-22 16:30:28 Re: Including PL/PgSQL by default
Previous Message Andrew Dunstan 2008-02-22 16:09:05 Re: Including PL/PgSQL by default