Re: Bug fix for glibc broke freebsd build in REL_11_STABLE
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Victor Wagner <vitus@wagner.pp.ru>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2018-09-04T20:25:21Z
Lists: pgsql-hackers
On 2018-09-04 16:13:45 -0400, Tom Lane wrote: > Victor Wagner <vitus@wagner.pp.ru> writes: > > Tom Lane <tgl@sss.pgh.pa.us> пишет: > >> (I was testing PG HEAD, not the 11 branch, but I don't see a reason > >> to think that'd make a difference.) > > > Alas, it does. First thing I've done after discovering this bug, it is > > to look if it exists in master. And master passes this test on the same > > machine where problem was discovered. > > Oh really ... I'll go try again. Now I agree with Andres, we need > to understand *exactly* what is failing here rather than guess. > > My first thought was that the C99 changeover might explain the > difference. But clang doesn't require any special switch to select > C99 mode, so in principle that should've made no difference to clang > builds. Thomas and I are sitting in a cafe and are trying to figure out what's going on... Greetings, Andres Freund
Commits
-
Error out for clang on x86-32 without SSE2 support, no -fexcess-precision.
- 978515df2278 9.3.25 landed
- 29196e13cd70 9.4.20 landed
- dbbc98a9ef67 9.5.15 landed
- e553997e3f59 9.6.11 landed
- 1b8f09dbd352 10.6 landed
- 84f14fb78852 11.0 landed
- bd1463e348fc 12.0 landed
-
Fix 8a934d677 for libc++ and make more include order resistant.
- 1f349aa7d9a6 11.0 cited