forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc4a2041
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 parent842a23e commitc4a2041
1 file changed
+10
-8
lines changedLines changed: 10 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1257 | 1257 |
| |
1258 | 1258 |
| |
1259 | 1259 |
| |
1260 |
| - | |
1261 |
| - | |
1262 |
| - | |
1263 |
| - | |
1264 |
| - | |
1265 |
| - | |
1266 |
| - | |
1267 |
| - | |
1268 | 1260 |
| |
1269 | 1261 |
| |
1270 | 1262 |
| |
| |||
1308 | 1300 |
| |
1309 | 1301 |
| |
1310 | 1302 |
| |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
1311 | 1313 |
| |
1312 | 1314 |
| |
1313 | 1315 |
| |
|
0 commit comments
Comments
(0)