- Notifications
You must be signed in to change notification settings - Fork5
Commite93c0b8
committed
After PageSetAllVisible, use MarkBufferDirty.
Previously, we used SetBufferCommitInfoNeedsSave, but that's reallyintended for dirty-marks we can theoretically afford to lose, such ashint bits. As for 9.2, the PD_ALL_VISIBLE mustn't be lost in thisway, since we could then end up with a heap page that isn'tall-visible and a visibility map page that is all visible, causingindex-only scans to return wrong answers.1 parentb5eccae commite93c0b8
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
603 | 603 |
| |
604 | 604 |
| |
605 | 605 |
| |
606 |
| - | |
| 606 | + | |
607 | 607 |
| |
608 | 608 |
| |
609 | 609 |
| |
| |||
838 | 838 |
| |
839 | 839 |
| |
840 | 840 |
| |
841 |
| - | |
| 841 | + | |
842 | 842 |
| |
843 | 843 |
| |
844 | 844 |
| |
|
0 commit comments
Comments
(0)