Re: make --enable-depend the default

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: make --enable-depend the default
Date: 2013-08-06 02:50:11
Message-ID: 12143.1375757411@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andres Freund <andres(at)2ndquadrant(dot)com> writes:
> On 2013-08-05 17:59:39 -0400, Robert Haas wrote:
>> Yeah, I have alias dev-configure='./configure
>> --appropriate-stuff-for-this-machine' on every system where I work on
>> PG. I imagine others do something similar.

> I have that on machines I work on regularly as well, but on others where
> I don't control everything...

Personally, I have a small tarball of shell scripts that I install in
~/bin on any machine where I'm asked to poke at PG problems. One of them
is a frontend for configure that sets it up the way I like.

If the vote went against me on this point, I'd add --disable-depend to
that script and the problem would be solved so far as my personal wants
were concerned. It remains though that such a default would be wasting
build cycles forevermore for a majority of non-developers.

Peter's point about the GCC-dependence of such a default seems pretty
killer from here, too.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2013-08-06 03:07:18 Re: HeapTupleSatisfiesDirty fails to test HEAP_XMAX_IS_LOCKED_ONLY for TransactionIdIsInProgress(...)
Previous Message Andres Freund 2013-08-06 02:48:09 Re: HeapTupleSatisfiesDirty fails to test HEAP_XMAX_IS_LOCKED_ONLY for TransactionIdIsInProgress(...)