mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 16:21:30 +03:00
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
This commit is contained in:
parent
34aad21cbf
commit
42a93da25a
@ -2025,6 +2025,8 @@ regression_main(int argc, char *argv[], init_function ifunc, test_function tfunc
|
|||||||
progname = get_progname(argv[0]);
|
progname = get_progname(argv[0]);
|
||||||
set_pglocale_pgservice(argv[0], PG_TEXTDOMAIN("pg_regress"));
|
set_pglocale_pgservice(argv[0], PG_TEXTDOMAIN("pg_regress"));
|
||||||
|
|
||||||
|
get_restricted_token(progname);
|
||||||
|
|
||||||
atexit(stop_postmaster);
|
atexit(stop_postmaster);
|
||||||
|
|
||||||
#ifndef HAVE_UNIX_SOCKETS
|
#ifndef HAVE_UNIX_SOCKETS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user