Re: CREATE UNLOGGED TABLE seq faults when debug_discard_caches=1

Tomas Vondra <tomas.vondra@enterprisedb.com>

From: Tomas Vondra <tomas.vondra@enterprisedb.com>
To: Tom Lane <tgl@sss.pgh.pa.us>, David Geier <geidav.pg@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org, info@cspug.cz
Date: 2022-11-18T14:53:53Z
Lists: 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



Commits

  1. Replace RelationOpenSmgr() with RelationGetSmgr().