forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc0b7432
committed
Use MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintenance_workers
max_parallel_maintenance_workers has been introduced in9da0cc3,and used a hardcoded limit of 1024 rather than this variable.max_parallel_workers and max_parallel_workers_per_gather already usedMAX_PARALLEL_WORKER_LIMIT (1024) as their upper-bound since6599c9a.Author: Matthias van de MeentReviewed-by: Zhang MingliDiscussion:https://postgr.es/m/CAEze2WiCiJD+8Wig_wGPyn4vgdPjbnYXy2Rw+9KYi6izTMuP=w@mail.gmail.com1 parent9f95417 commitc0b7432
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3463 | 3463 |
| |
3464 | 3464 |
| |
3465 | 3465 |
| |
3466 |
| - | |
| 3466 | + | |
3467 | 3467 |
| |
3468 | 3468 |
| |
3469 | 3469 |
| |
|
0 commit comments
Comments
(0)