Re: Assertion in pgstat_assoc_relation() fails intermittently

2023-03-27 Thread Kyotaro Horiguchi
At Mon, 27 Mar 2023 11:46:08 +0530, Bharath Rupireddy wrote in > I recently observed an assertion failure [1] a few times on my dev > setup during initdb. The code was built with --enable-debug > --enable-cassert CFLAGS="-ggdb3 -O0". The assertion was gone after I > did make distclean and built

Assertion in pgstat_assoc_relation() fails intermittently

2023-03-26 Thread Bharath Rupireddy
Hi, I recently observed an assertion failure [1] a few times on my dev setup during initdb. The code was built with --enable-debug --enable-cassert CFLAGS="-ggdb3 -O0". The assertion was gone after I did make distclean and built the source code again. It looks like the same relation (pg_type [2])