forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2e2351b
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 parent9a85860 commit2e2351b
1 file changed
+10
-8
lines changedLines changed: 10 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1353 | 1353 |
| |
1354 | 1354 |
| |
1355 | 1355 |
| |
1356 |
| - | |
1357 |
| - | |
1358 |
| - | |
1359 |
| - | |
1360 |
| - | |
1361 |
| - | |
1362 |
| - | |
1363 |
| - | |
1364 | 1356 |
| |
1365 | 1357 |
| |
1366 | 1358 |
| |
| |||
1404 | 1396 |
| |
1405 | 1397 |
| |
1406 | 1398 |
| |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
1407 | 1409 |
| |
1408 | 1410 |
| |
1409 | 1411 |
| |
|
0 commit comments
Comments
(0)