pgsql: pg_regress: Disable autoruns for cmd.exe on Windows - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: pg_regress: Disable autoruns for cmd.exe on Windows
Date
Msg-id E1rNk5y-000qhn-Fm@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Restore initdb's old behavior of always setting the lc_xxx GUCs.
Next
From: John Naylor
Date:
Subject: pgsql: Update documentation of default fdw_tuple_cost