forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit42d1acd
committed
Fix yet another crash in page split during GiST index creation.
Commita7ee7c8 fixed a bug in GiST page split during index creation,where we failed to re-find the position of a downlink after the pagecontaining it was split. However, that fix was incomplete; the other callto gistinserttuples() in the same function needs to also clear'downlinkoffnum'.Fixes bug #16134 reported by Alexander Lakhin, for real this time. Theprevious fix was enough to fix the crash with the reproducer script forbug #16162, but the original script for #16134 was still crashing.Backpatch to v12, like the previous incomplete fix.Discussion:https://www.postgresql.org/message-id/d869f537-abe4-d2ea-0510-38cd053f5152%40gmail.com1 parente3ac893 commit42d1acd
1 file changed
+19
-12
lines changedLines changed: 19 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1338 | 1338 |
| |
1339 | 1339 |
| |
1340 | 1340 |
| |
1341 |
| - | |
1342 | 1341 |
| |
1343 | 1342 |
| |
1344 |
| - | |
| 1343 | + | |
1345 | 1344 |
| |
1346 | 1345 |
| |
1347 | 1346 |
| |
1348 | 1347 |
| |
1349 | 1348 |
| |
1350 | 1349 |
| |
1351 | 1350 |
| |
| 1351 | + | |
1352 | 1352 |
| |
1353 | 1353 |
| |
1354 | 1354 |
| |
1355 | 1355 |
| |
1356 | 1356 |
| |
1357 | 1357 |
| |
1358 |
| - | |
1359 |
| - | |
| 1358 | + | |
| 1359 | + | |
1360 | 1360 |
| |
1361 | 1361 |
| |
1362 |
| - | |
1363 | 1362 |
| |
1364 | 1363 |
| |
1365 | 1364 |
| |
| |||
1375 | 1374 |
| |
1376 | 1375 |
| |
1377 | 1376 |
| |
1378 |
| - | |
1379 |
| - | |
1380 |
| - | |
1381 |
| - | |
1382 |
| - | |
1383 |
| - | |
1384 |
| - | |
| 1377 | + | |
| 1378 | + | |
| 1379 | + | |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
| 1386 | + | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
1385 | 1392 |
| |
1386 | 1393 |
| |
1387 | 1394 |
| |
|
0 commit comments
Comments
(0)