Re: [COMMITTERS] pgsql: Fix brain fade in DefineIndex(): it was continuing to access the

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Fix brain fade in DefineIndex(): it was continuing to access the
Date: 2007-08-27 17:23:03
Message-ID: 4458.1188235383@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> [redirected to -hackers]

> Tom Lane wrote:
>> Found by trying to run the regression tests with CLOBBER_CACHE_ALWAYS enabled.
>> Maybe we should try to do that on a regular basis --- it's awfully slow,
>> but perhaps some fast buildfarm machine could do it once in awhile.

> We currently don't have any way of providing for settings other than via
> the configure script options. We could in theory make provision for
> adding stuff to pg_config_manual.h, although it would be a bit more
> difficult in the vpath (I guess for vpath we could just blow that file
> away along with the files bison, flex etc. lob in the repo).

This particular issue could be implemented just by adding
-DCLOBBER_CACHE_ALWAYS to CFLAGS (or CPPFLAGS if you want to be anal
about it). I suppose that no new buildfarm mechanism is required ---
someone just needs to set up an animal configured that way, and
scheduled to run only maybe once a week or something like that.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2007-08-27 17:44:23 Re: [COMMITTERS] pgsql: Fix brain fade in DefineIndex(): it was continuing to access the
Previous Message Andrew Dunstan 2007-08-27 16:08:08 Re: pgsql: Fix brain fade in DefineIndex(): it was continuing to access the

Browse pgsql-hackers by date

  From Date Subject
Next Message Florian G. Pflug 2007-08-27 17:32:59 Re: [WIP PATCH] Lazily assign xids for toplevel Transactions
Previous Message Neil Conway 2007-08-27 17:14:56 Re: MSVC build system