Re: CREATE UNLOGGED TABLE seq faults when debug_discard_caches=1 - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: CREATE UNLOGGED TABLE seq faults when debug_discard_caches=1
Date
Msg-id 6b52e783-1b32-e723-4311-0e433a5a5a75@enterprisedb.com
Whole thread Raw
In response to Re: CREATE UNLOGGED TABLE seq faults when debug_discard_caches=1  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: CREATE UNLOGGED TABLE seq faults when debug_discard_caches=1
List pgsql-hackers

On 11/18/22 15:43, Tom Lane wrote:
> David Geier <geidav.pg@gmail.com> writes:
>> On a different note: are we frequently running our tests suites with 
>> debug_discard_caches=1 enabled?
>> It doesn't seem like.
> 
> Hmm.   Buildfarm members avocet and trilobite are supposed to be
> doing that, but their runtimes of late put the lie to it.
> Configuration option got lost somewhere?
> 

Yup, my bad - I forgot to tweak CPPFLAGS when upgrading the buildfarm
client to v12. Fixed, next run should be with

    CPPFLAGS => '-DCLOBBER_CACHE_ALWAYS',


regards

-- 
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Optimize join selectivity estimation by not reading MCV stats for unique join attributes
Next
From: Tom Lane
Date:
Subject: Re: Patch: Global Unique Index