Re: Why is parula failing?
Robins Tharakan <tharakan@gmail.com>
From: Robins Tharakan <tharakan@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: David Rowley <dgrowleyml@gmail.com>,
Tomas Vondra <tomas.vondra@enterprisedb.com>, "Tharakan, Robins" <tharar@amazon.com>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2024-04-16T06:57:41Z
Lists: pgsql-hackers
On Mon, 15 Apr 2024 at 16:02, Tom Lane <tgl@sss.pgh.pa.us> wrote: > David Rowley <dgrowleyml@gmail.com> writes: > > If GetNowFloat() somehow was returning a negative number then we could > > end up with a large delay. But if gettimeofday() was so badly broken > > then wouldn't there be some evidence of this in the log timestamps on > > failing runs? > > And indeed that too. I'm finding the "compiler bug" theory > palatable. Robins mentioned having built the compiler from > source, which theoretically should work, but maybe something > went wrong? Or it's missing some important bug fix? > > It might be interesting to back the animal's CFLAGS down > to -O0 and see if things get more stable. The last 25 consecutive runs have passed [1] after switching REL_12_STABLE to -O0 ! So I am wondering whether that confirms that the compiler version is to blame, and while we're still here, is there anything else I could try? If not, by Sunday, I am considering switching parula to gcc v12 (or even v14 experimental - given that massasauga [2] has been pretty stable since its upgrade a few days back). Reference: 1. https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=parula&br=REL_12_STABLE 2. https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=massasauga&br=REL_12_STABLE - robins
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Revert "Temporarily install debugging in partition_prune test"
- ec1a405adc24 17.0 landed
-
Temporarily install debugging in partition_prune test
- 1db689715d44 17.0 landed
-
Review wording on tablespaces w.r.t. partitioned tables
- a0390f6ca6c7 17.0 cited