mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 08:34:03 -04:00
2d2b022267
by explicitly adding back the user to the DACL of the new process. This fixes the failure case when executing as the Administrator user, which had no permissions left at all after we dropped the Administrators group. Dave Page with some modifications from me