Re: Setting restrictedtoken in pg_regress
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Andrew Dunstan <andrew@dunslane.net>
Date: 2023-06-12T23:12:22Z
Lists: pgsql-hackers
On Tue, Aug 30, 2022 at 03:02:54PM +0200, Daniel Gustafsson wrote: > In pg_regress we set restrictedToken when calling CreateRestrictedProcess, but > we never seem to use that anywhere. Not being well versed in Windows I might > be missing something, but is it needed or is it a copy/pasteo from fa1e5afa8a2 > which does that in restricted_token.c? If not needed, removing it makes the > code more readable IMO. Looks reasonable to me. -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
pg_regress: Remove unused variable
- f863d82b2f98 17.0 landed