postgresql/src
Michael Paquier fa1a63dffc Re-enable autoruns for for cmd.exe on Windows
This acts as a revert of b83747a8a6 and 9886744a36.  As pointed out
by Noah, HEAD and REL_17_STABLE are in a weird state where the code
paths adding /D would limit the spawn of child processes, but we still
have code paths where the spawn of more than one child process would be
possible.

Let's remove these /D switches for now, to bring back the code into a
state consistent with how autorun is configured on a Windows host.

Reported-by: Noah Misch
Discussion: https://postgr.es/m/20240630021211.f3.nmisch@google.com
Backpatch-through: 17
2024-07-08 09:43:35 +09:00
..
backend Fix incorrect sentinel byte logic in GenerationRealloc() 2024-07-06 14:00:06 +12:00
bin Re-enable autoruns for for cmd.exe on Windows 2024-07-08 09:43:35 +09:00
common parse_manifest: Use const char * 2024-06-21 07:53:30 +02:00
fe_utils Fix PL/pgSQL's handling of integer ranges containing underscores. 2024-06-04 11:48:01 +01:00
include Cope with <regex.h> name clashes. 2024-07-06 11:23:40 +12:00
interfaces Fix copy/paste mistake in comment 2024-07-04 13:57:47 +02:00
makefiles Optimize pg_popcount() with AVX-512 instructions. 2024-04-06 21:56:23 -05:00
pl Translation updates 2024-06-24 13:11:27 +02:00
port Pre-beta mechanical code beautification. 2024-05-14 16:34:50 -04:00
template Remove AIX support 2024-02-28 15:17:23 +04:00
test Re-enable autoruns for for cmd.exe on Windows 2024-07-08 09:43:35 +09:00
timezone Update time zone data files to tzdata release 2024a. 2024-02-01 15:57:53 -05:00
tools Cope with <regex.h> name clashes. 2024-07-06 11:23:40 +12:00
tutorial Update copyright for 2024 2024-01-03 20:49:05 -05:00
.gitignore
DEVELOPERS
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
Makefile.global.in Update Unicode data to CLDR 45 2024-04-22 09:16:33 +02:00
Makefile.shlib Remove AIX support 2024-02-28 15:17:23 +04:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
nls-global.mk Remove distprep 2023-11-06 15:18:04 +01:00