On 2018/05/02 0:33, Tom Lane wrote: > Amit Langote <langote_amit...@lab.ntt.co.jp> writes: >> While playing around with a -DCATCACHE_FORCE_RELEASE build, I noticed that >> stats_ext test failed with errors for multiple statements that looked like >> this: >> ERROR: invalid ndistinct magic 7f7f7f7f (expected a352bfa4) > > Interesting. How come the buildfarm hasn't noticed this? I should > think that the CLOBBER_CACHE_ALWAYS animals, as well as the one(s) > using -DCATCACHE_FORCE_RELEASE, would have shown failures.
I too wondered why. Fwiw, similar failure occurs in PG 10 branch. Thanks, Amit