diff options
author | Bruce Momjian <bruce@momjian.us> | 2024-05-09 12:34:43 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2024-05-09 12:35:04 -0400 |
commit | b538e692493be30132c0ee5984bc53f51920cded (patch) | |
tree | 3ec1210cad660133a2c60d652d0bed106d3c4edb /doc/src | |
parent | 9effc4608e1f6d19546a0e0f64320f4b0dd10c3c (diff) | |
download | postgresql-b538e692493be30132c0ee5984bc53f51920cded.tar.gz postgresql-b538e692493be30132c0ee5984bc53f51920cded.zip |
doc PG 17 relnotes: Visual Studio clarification
Reported-by: Andrew Dunstan
Backpatch-through: master
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-17.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 54b27c47538..8da25e0c027 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -2337,11 +2337,11 @@ Author: Michael Paquier <michael@paquier.xyz> <listitem> <para> -Remove the ability to build Postgres with Visual Studio (Michael Paquier) +Remove the Microsoft Visual Studio Studio-specific Postgres build option (Michael Paquier) </para> <para> -Meson is now the only available Windows build method. +Meson is now the only available method for Visual Studio builds. </para> </listitem> |