Re: test/isolation/expected/stats_1.out broken for me

Chapman Flack <chap@anastigmatix.net>

From: chap@anastigmatix.net
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@lists.postgresql.org, Andres Freund <andres@anarazel.de>
Date: 2022-04-07T17:16:53Z
Lists: pgsql-hackers
On 2022-04-07 12:49, Tom Lane wrote:
> So what non-default build options are you using?

The command that I've just been reusing from my bash_history without
thinking about it for some years is:

configure --enable-cassert --enable-tap-tests \
  --with-libxml --enable-debug \
  CFLAGS='-ggdb -Og -g3 -fno-omit-frame-pointer'

Regards,
-Chap



Commits

  1. pgstat: Hide instability in stats.spec with -DCATCACHE_FORCE_RELEASE.

  2. Fix test instability introduced in e349c95d3e9 due to async deduplication.