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
-
Replace RelationOpenSmgr() with RelationGetSmgr().
- e21856fd652a 12.14 landed
- d4acf2eb94f3 11.19 landed
- 9a299cf7c21f 13.10 landed
- 32d5a4974c81 14.7 landed
- f10f0ae420ee 15.0 cited