Re: CI CompilerWarnings test fails on 15 in mingw_cross_warning

2024-11-28 Thread Thomas Munro
Pushed. CI is finally returned to its full verdant splendour in the back-branches.

Re: CI CompilerWarnings test fails on 15 in mingw_cross_warning

2024-11-27 Thread Thomas Munro
On Thu, Nov 28, 2024 at 6:09 PM Thomas Munro wrote: > As for why now, I think both fairywren and CI started warning/failing > about 2 months ago[1][2] Ohhh... it's because: commit d700e8d75bc3844d866bf15c8cadbd72d759422d Author: Andrew Dunstan Date: Mon Sep 30 11:32:32 2024 -0400 Bump MI

Re: CI CompilerWarnings test fails on 15 in mingw_cross_warning

2024-11-27 Thread Thomas Munro
On Tue, Nov 19, 2024 at 12:09 AM Peter Eisentraut wrote: > The more interesting patch is 495ed0ef2d7, which did > > - collversion = psprintf("%d.%d,%d.%d", > + collversion = psprintf("%ld.%ld,%ld.%ld", This platform has sizeof(int) == sizeof(long), so it doesn't matter. > whereas my

Re: CI CompilerWarnings test fails on 15 in mingw_cross_warning

2024-11-18 Thread Peter Eisentraut
On 17.11.24 02:59, Andres Freund wrote: Hi, See https://cirrus-ci.com/task/5880116075560960 [18:14:04.821] time make -s -j${BUILD_JOBS} world-bin [18:15:49.090] pg_locale.c: In function ‘get_collation_actual_version’: [18:15:49.090] pg_locale.c:1763:42: error: format ‘%d’ expects argument of ty

CI CompilerWarnings test fails on 15 in mingw_cross_warning

2024-11-16 Thread Andres Freund
Hi, See https://cirrus-ci.com/task/5880116075560960 [18:14:04.821] time make -s -j${BUILD_JOBS} world-bin [18:15:49.090] pg_locale.c: In function ‘get_collation_actual_version’: [18:15:49.090] pg_locale.c:1763:42: error: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long u