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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix brain fade in DefineIndex(): it was continuing to access the
Date: 2007-08-27 16:08:08
Message-ID: 46D2F6E8.5090006@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers


[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).

So the question is: is such a facility likely to be of value? It would
probably involve just a handful of lines of code.

cheers

andrew

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-08-27 17:23:03 Re: [COMMITTERS] pgsql: Fix brain fade in DefineIndex(): it was continuing to access the
Previous Message Magnus Hagander 2007-08-27 12:10:47 pgsql: Exclude tsearch2 contrib tests in regression tests, pending

Browse pgsql-hackers by date

  From Date Subject
Next Message Jonah H. Harris 2007-08-27 16:08:17 Re: [HACKERS] Undetected corruption of table files
Previous Message Tom Lane 2007-08-27 16:00:34 Re: [HACKERS] Undetected corruption of table files