pgsql: Lower privilege level of programs calling regression_main

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Lower privilege level of programs calling regression_main
Date: 2018-10-20 13:17:18
Message-ID: E1gDr82-0001kQ-GD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ce5d3424d6411f7a7228fd4463242cb382af3e0c

Modified Files
--------------
src/test/regress/pg_regress.c | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2018-10-21 12:18:14 Re: pgsql: Silence perlcritic warning about missing return.
Previous Message Michael Paquier 2018-10-20 06:51:26 Re: pgsql: Add TAP tests for pg_verify_checksums