- Notifications
You must be signed in to change notification settings - Fork5
Commitccbb07d
committed
Fix typo:
< Currently indexes do not have enough tuple tuple visibility< information to allow data to be pulled from the index without< also accessing the heap. One way to allow this is to set a bit< to index tuples to indicate if a tuple is currently visible to< all transactions when the first valid heap lookup happens. This< bit would have to be cleared when a heap tuple is expired.> Currently indexes do not have enough tuple visibility information> to allow data to be pulled from the index without also accessing> the heap. One way to allow this is to set a bit to index tuples> to indicate if a tuple is currently visible to all transactions> when the first valid heap lookup happens. This bit would have to> be cleared when a heap tuple is expired.1 parent6f61ddd commitccbb07d
2 files changed
+14
-14
lines changedLines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
714 | 714 |
| |
715 | 715 |
| |
716 | 716 |
| |
717 |
| - | |
718 |
| - | |
719 |
| - | |
720 |
| - | |
721 |
| - | |
722 |
| - | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
723 | 723 |
| |
724 | 724 |
| |
725 | 725 |
| |
|
Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
653 | 653 |
| |
654 | 654 |
| |
655 | 655 |
| |
656 |
| - | |
657 |
| - | |
658 |
| - | |
659 |
| - | |
660 |
| - | |
661 |
| - | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
662 | 662 |
| |
663 | 663 |
| |
664 | 664 |
| |
|
0 commit comments
Comments
(0)