Re: CREATE UNLOGGED TABLE seq faults when debug_discard_caches=1
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Geier <geidav.pg@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org, info@cspug.cz
Date: 2022-11-18T14:43:55Z
Lists: pgsql-hackers
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? prion is running with -DRELCACHE_FORCE_RELEASE -DCATCACHE_FORCE_RELEASE, which I would have thought would be enough to catch this, but I guess not. regards, tom lane
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