meson "experimental"?
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-05-29T06:41:06Z
Lists: pgsql-hackers
In installation.sgml it says """ Alternatively, PostgreSQL can be built using Meson. This is currently experimental. """ Do we want to alter this statement for PG17, considering that this is now the only way to build for Windows using MSVC? (A joke response is that the Windows port itself is experimental, so it doesn't matter much that the build system for it is as well.) I would still call Meson use on non-Windows platforms experimental at this time. So maybe something like "Alternatively, PostgreSQL can be built using Meson. This is the only option for building PostgreSQL in Windows using Visual Something[*]. For other platforms, using Meson is currently experimental." [*] What is the correct name for this?
Commits
-
doc: Meson is not experimental on Windows
- 5afaba6297a8 18.0 landed
-
Fix names of "Visual Studio" and Meson in a documentation sentence.
- 75345f6985f2 17.0 landed
- e56ccc8e4204 18.0 landed
-
Fix name of "Visual Studio" in documentation.
- c175c9202d73 17.0 landed
- 3cffe7946c26 18.0 landed