forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4ee5c40
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 parentc90dcd6 commit4ee5c40
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1475 | 1475 |
| |
1476 | 1476 |
| |
1477 | 1477 |
| |
| 1478 | + | |
| 1479 | + | |
1478 | 1480 |
| |
1479 | 1481 |
| |
1480 | 1482 |
| |
| |||
1484 | 1486 |
| |
1485 | 1487 |
| |
1486 | 1488 |
| |
1487 |
| - | |
1488 |
| - | |
1489 |
| - | |
1490 | 1489 |
| |
1491 | 1490 |
| |
1492 | 1491 |
| |
|
0 commit comments
Comments
(0)