Re: minimum Meson version
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: Nazir Bilal Yavuz <byavuz81@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-06-19T15:20:53Z
Lists: pgsql-hackers
Peter Eisentraut <peter@eisentraut.org> writes: > On 19.06.25 08:40, Nazir Bilal Yavuz wrote: >> Thanks for the patches! I didn't check them yet but I encountered some >> errors while using meson 0.57.0 and 0.57.1 but 0.56.2, 0.57.2 and >> 0.58.0 worked successfully. These errors seem to be related to these >> specific minor versions, > I think it's okay to expect that users use the latest patch version of a > particular version. So we don't need to concern ourselves with this > particular problem. That conclusion might be hard to sustain if there's some LTS distro using not-the-latest patch version. However, I don't believe that's an issue for these particular meson versions. We should, however, document that the minimum meson version is 0.57.2 not just 0.57, if we're aware of issues like this. regards, tom lane
Commits
-
meson: Increase minimum version to 0.57.2
- f039c2244110 19 (unreleased) landed
-
meson: Fix meson warning
- 629cc1623168 16.10 landed
- 2499c3490b2f 17.6 landed
- 2c0d8b95080e 18.0 landed