forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd9fe702
committed
Handle lack of DSM slots in parallel btree build, take 2.
Commit74618e7 added a new check intended to fix a bug, but putit in the wrong place so that parallel btree build was alwaysdisabled. Do the check after we've actually tried to createa DSM segment. Back-patch to 11, like the earlier commit.Reviewed-by: Peter GeogheganDiscussion:https://postgr.es/m/CAH2-WzmDABkJzrNnvf%2BOULK-_A_j9gkYg_Dz-H62jzNv4eKQTw%40mail.gmail.com1 parent7d91b60 commitd9fe702
1 file changed
+10
-8
lines changedLines changed: 10 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1332 | 1332 |
| |
1333 | 1333 |
| |
1334 | 1334 |
| |
1335 |
| - | |
1336 |
| - | |
1337 |
| - | |
1338 |
| - | |
1339 |
| - | |
1340 |
| - | |
1341 |
| - | |
1342 |
| - | |
1343 | 1335 |
| |
1344 | 1336 |
| |
1345 | 1337 |
| |
| |||
1383 | 1375 |
| |
1384 | 1376 |
| |
1385 | 1377 |
| |
| 1378 | + | |
| 1379 | + | |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
| 1386 | + | |
| 1387 | + | |
1386 | 1388 |
| |
1387 | 1389 |
| |
1388 | 1390 |
| |
|
0 commit comments
Comments
(0)