Hi, On 2025-02-12 09:49:35 -0500, Andres Freund wrote: > I finally pushed this.
One thing I noticed is that occasionally the tests fail on openbsd after exceeding the system wide number of files, not in postgres, but causing meson test to fail. I could either put an increase of kern.maxfiles in the openbsd image generation, or in the CI task, any opinions? The soft nofiles limit is also rather ridiculously low, at 128. I'd not be surprised if that hurts test performance slightly. OTOH, I guess it's good to have some CI coverage of a low setting. Greetings, Andres Freund