forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9eb80f2
committed
Don't try to use a unopened relation
Commit4c9d090 mistakenly introduced a call toTransferPredicateLocksToHeapRelation() on an index relation that hadbeen closed a few lines above. Moving up an index_open() call that'sbelow is enough to fix the problem.Discovered by me while testing an unrelated patch.1 parent663c68f commit9eb80f2
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1464 | 1464 |
| |
1465 | 1465 |
| |
1466 | 1466 |
| |
| 1467 | + | |
| 1468 | + | |
1467 | 1469 |
| |
1468 | 1470 |
| |
1469 | 1471 |
| |
| |||
1473 | 1475 |
| |
1474 | 1476 |
| |
1475 | 1477 |
| |
1476 |
| - | |
1477 |
| - | |
1478 |
| - | |
1479 | 1478 |
| |
1480 | 1479 |
| |
1481 | 1480 |
| |
|
0 commit comments
Comments
(0)