pgsql: pg_regress: Disable autoruns for cmd.exe on Windows

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_regress: Disable autoruns for cmd.exe on Windows
Date: 2024-01-11 01:42:58
Message-ID: E1rNk5y-000qhn-Fm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_regress: Disable autoruns for cmd.exe on Windows

This is similar to 9886744a361b, to prevent the execution of other
programs due to autorun configurations which could influence the
postmaster startup.

Like the other change, no backpatch is done.

Discussion: https://postgr.es/m/20230922.161551.320043332510268554.horikyota.ntt@gmail.com

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2024-01-11 02:04:52 pgsql: Update documentation of default fdw_tuple_cost
Previous Message Tom Lane 2024-01-10 23:09:39 pgsql: Restore initdb's old behavior of always setting the lc_xxx GUCs.