Re: Reducing the cycle time for CLOBBER_CACHE_ALWAYS buildfarm members

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: pgsql-hackers@lists.postgresql.org, Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Date: 2021-07-04T14:54:50Z
Lists: pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 7/3/21 6:59 PM, Tom Lane wrote:
>> So I think it's ready to go into the buildfarm, modulo any
>> cosmetic work you might want to do.

> Yeah, I'm looking at it now. A couple of things: I think we should
> probably call the setting 'use_clobber_cache_always' since that's what
> it does. And I think we should probably put in a sanity check to make it
> incompatible with any -DCLOBBER_CACHE_* define in CPPFLAGS.

> Thoughts?

No objections here.

			regards, tom lane



Commits

  1. Add --clobber-cache option to initdb, for CCA testing.