forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfa1a63d
committed
Re-enable autoruns for for cmd.exe on Windows
This acts as a revert ofb83747a and9886744. As pointed outby Noah, HEAD and REL_17_STABLE are in a weird state where the codepaths adding /D would limit the spawn of child processes, but we stillhave code paths where the spawn of more than one child process would bepossible.Let's remove these /D switches for now, to bring back the code into astate consistent with how autorun is configured on a Windows host.Reported-by: Noah MischDiscussion:https://postgr.es/m/20240630021211.f3.nmisch@google.comBackpatch-through: 171 parent84a9d38 commitfa1a63d
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
552 | 552 |
| |
553 | 553 |
| |
554 | 554 |
| |
555 |
| - | |
| 555 | + | |
556 | 556 |
| |
557 | 557 |
| |
558 | 558 |
| |
559 |
| - | |
| 559 | + | |
560 | 560 |
| |
561 | 561 |
| |
562 | 562 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1244 | 1244 |
| |
1245 | 1245 |
| |
1246 | 1246 |
| |
1247 |
| - | |
| 1247 | + | |
1248 | 1248 |
| |
1249 | 1249 |
| |
1250 | 1250 |
| |
|
0 commit comments
Comments
(0)