Re: Bump MIN_WINNT to 0x0600 (Vista) as minimal runtime in 16~
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Justin Pryzby <pryzby@telsasoft.com>, Andrew Dunstan <andrew@dunslane.net>, Daniel Gustafsson <daniel@yesql.se>, Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-05-15T02:57:31Z
Lists: pgsql-hackers
Attachments
- doc-windows-sdk.patch (text/x-diff) patch
On Mon, May 15, 2023 at 02:08:32PM +1200, Thomas Munro wrote: > After 495ed0e, do these references to Windows SDK 8.1 still make sense? > > src/sgml/install-windows.sgml: as well as standalone Windows SDK > releases 8.1a to 10. > src/sgml/install-windows.sgml: <productname>Microsoft Windows > SDK</productname> version 8.1a to 10 or As listed on https://en.wikipedia.org/wiki/Microsoft_Windows_SDK, likely not. What do you think about the attached? -- Michael
Commits
-
doc: Fix incorrect version list for Windows SDK
- 08c45ae23566 16.0 landed
-
Replace loading of ldap_start_tls_sA() by direct function call
- c3fb5809eae3 16.0 landed
-
Replace load of functions by direct calls for some WIN32
- 47bd0b3fa601 16.0 landed
-
Cleanup more code and comments related to Windows NT4 (XP days)
- b1ec7f47e396 16.0 landed
-
Make Windows 10 the minimal runtime requirement for WIN32
- 495ed0ef2d72 16.0 landed