Skip to content

Commit 42a93da

Browse files
committed
Lower privilege level of programs calling regression_main
On Windows this mean that the regression tests can now safely and successfully run as Administrator, which is useful in situations like Appveyor. Elsewhere it's a no-op. Backpatch to 9.5 - this is harder in earlier branches and not worth the trouble. Discussion: https://postgr.es/m/650b0c29-9578-8571-b1d2-550d7f89f307@2ndQuadrant.com
1 parent 34aad21 commit 42a93da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/regress/pg_regress.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,6 +2025,8 @@ regression_main(int argc, char *argv[], init_function ifunc, test_function tfunc
20252025
progname = get_progname(argv[0]);
20262026
set_pglocale_pgservice(argv[0], PG_TEXTDOMAIN("pg_regress"));
20272027

2028+
get_restricted_token(progname);
2029+
20282030
atexit(stop_postmaster);
20292031

20302032
#ifndef HAVE_UNIX_SOCKETS

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy