summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2025-01-27 11:02:00 +0000
committerPeter Eisentraut2025-01-27 11:02:00 +0000
commit5afaba6297a8dd6999c8bc9f517a3ad38bd39652 (patch)
tree95bbad49d618af3ab159d514469417ad23df41d8
parent65281391a937293db7fa747be218def0e9794550 (diff)
doc: Meson is not experimental on Windows
The installation documentation stated that using Meson is experimental. But since this is the only way to build using Visual Studio on Windows, this would imply that that whole build procedure is experimental, which isn't true. So qualify this statement a bit more. We keep the statement that Meson is experimental on other platforms, since it doesn't have full, confirmed feature parity with the make build system. Author: Aleksander Alekseev <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected]
-rw-r--r--doc/src/sgml/installation.sgml8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 271615e4a65..3f0a7e9c069 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -55,9 +55,11 @@
</indexterm>
Alternatively, <productname>PostgreSQL</productname> can be built using
- <ulink url="https://mesonbuild.com/">Meson</ulink>. This is currently
- experimental. If you choose to use
- <application>Meson</application>, then you don't need
+ <ulink url="https://mesonbuild.com/">Meson</ulink>. This is the only
+ option for building <productname>PostgreSQL</productname> on Windows
+ using <productname>Visual Studio</productname>. For other platforms,
+ using <application>Meson</application> is currently experimental. If
+ you choose to use <application>Meson</application>, then you don't need
<acronym>GNU</acronym> <application>make</application>, but the other
requirements below still apply.
</para>