Re: Linking backend in one piece - Mailing list pgsql-hackers

From Dave Page
Subject Re: Linking backend in one piece
Date
Msg-id 937d27e10802212353m627524e6q4cb50044da98a86a@mail.gmail.com
Whole thread Raw
In response to Linking backend in one piece  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Fri, Feb 22, 2008 at 7:48 AM, Peter Eisentraut <peter_e@gmx.net> wrote:
> Here is a patch so that the backend is linked in one piece instead of using
> the SUBSYS.o files.
>
> The question is how we want to activate that.  I currently used make
> BIGLINK=1, which is obviously just for testing.  Should we just turn it on by
> default and see if anyone complains?

I say go for it. We'll soon know if it kills the buildfarm.

-- 
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Oracle-compatible database company


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Linking backend in one piece
Next
From: Peter Eisentraut
Date:
Subject: Re: Including PL/PgSQL by default