Re: Bump MIN_WINNT to 0x0600 (Vista) as minimal runtime in 16~
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
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: 2022-08-30T01:29:24Z
Lists: pgsql-hackers
On Tue, Aug 30, 2022 at 12:57 PM Michael Paquier <michael@paquier.xyz> wrote: > On Sat, Aug 27, 2022 at 02:35:25PM +0900, Michael Paquier wrote: > > There may be a point in enforcing CreateProcess() if > > CreateRestrictedToken() cannot be loaded, but that would be a security > > issue if Windows goes crazy as we should always expect the function, > > so this had better return an error. > > And applied as of b1ec7f4. This reminds me of 24c3ce8f1, which replaced a dlopen()-ish thing with a direct function call. Can you just call all these functions directly these days?
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